Skip to content
Snippets Groups Projects
Commit ed2711b5 authored by Markus Holzer's avatar Markus Holzer
Browse files

Fix flake8

parent 305095f3
No related branches found
No related tags found
No related merge requests found
Pipeline #30573 passed
......@@ -8,7 +8,7 @@ from jinja2 import Environment, PackageLoader, StrictUndefined
from pystencils.astnodes import PragmaBlock
from pystencils.backends.cbackend import generate_c, get_headers
from pystencils.cpu.cpujit import get_compiler_config, run_compile_step
from pystencils.data_types import get_base_type, to_ctypes
from pystencils.data_types import get_base_type
from pystencils.include import get_pystencils_include_path
from pystencils.integer_functions import modulo_ceil
from pystencils.sympyextensions import prod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment