Skip to content
Snippets Groups Projects
Commit b6caf320 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Ignore pep8 E402 on __init__.py

parent 4ce0de9a
No related branches found
No related tags found
No related merge requests found
...@@ -4,10 +4,10 @@ import os ...@@ -4,10 +4,10 @@ import os
os.environ["OMP_NUM_THREADS"] = "1" os.environ["OMP_NUM_THREADS"] = "1"
# Trigger imports that involve monkey patching! # Trigger imports that involve monkey patching!
import dune.perftool.loopy.symbolic import dune.perftool.loopy.symbolic # noqa
# Trigger some imports that are needed to have all backend implementations visible # Trigger some imports that are needed to have all backend implementations visible
# to the selection mechanisms # to the selection mechanisms
import dune.perftool.pdelab import dune.perftool.pdelab # noqa
import dune.perftool.sumfact import dune.perftool.sumfact # noqa
import dune.perftool.blockstructured import dune.perftool.blockstructured # noqa
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment