From ed2711b5031860020931f032bad9f63d522ccdd7 Mon Sep 17 00:00:00 2001 From: markus holzer <markus.holzer@fau.de> Date: Thu, 25 Feb 2021 22:14:53 +0100 Subject: [PATCH] Fix flake8 --- pystencils/kerncraft_coupling/generate_benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pystencils/kerncraft_coupling/generate_benchmark.py b/pystencils/kerncraft_coupling/generate_benchmark.py index a6ae2fd5..6e69ef6b 100644 --- a/pystencils/kerncraft_coupling/generate_benchmark.py +++ b/pystencils/kerncraft_coupling/generate_benchmark.py @@ -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 -- GitLab