Skip to content
Snippets Groups Projects
Commit 36d9fda6 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

DataQualityUtils: Remove E402 flake8 check

When switching to flake 3.8.4, it reports many "E402 module level import
not at top of file" violations. This is due to a change in behavior (see
https://gitlab.com/pycqa/flake8/-/issues/638) of flake8 and now all the
imports would have to be marked with `# noqa`. Instead remove the check
and the now obsolete `# noqa`.
parent dba71c13
No related branches found
No related tags found
Loading
Loading
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