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`.
Showing
- DataQuality/DataQualityUtils/CMakeLists.txt 1 addition, 1 deletionDataQuality/DataQualityUtils/CMakeLists.txt
- DataQuality/DataQualityUtils/python/DQHistogramMergeMod.py 2 additions, 2 deletionsDataQuality/DataQualityUtils/python/DQHistogramMergeMod.py
- DataQuality/DataQualityUtils/python/DQWebDisplayMod.py 3 additions, 3 deletionsDataQuality/DataQualityUtils/python/DQWebDisplayMod.py
- DataQuality/DataQualityUtils/python/hancool_histo_algdef.py 3 additions, 3 deletionsDataQuality/DataQualityUtils/python/hancool_histo_algdef.py
- DataQuality/DataQualityUtils/python/hancool_histo_mod.py 3 additions, 3 deletionsDataQuality/DataQualityUtils/python/hancool_histo_mod.py
- DataQuality/DataQualityUtils/python/hancoolmod.py 2 additions, 2 deletionsDataQuality/DataQualityUtils/python/hancoolmod.py
- DataQuality/DataQualityUtils/python/handimod.py 2 additions, 2 deletionsDataQuality/DataQualityUtils/python/handimod.py
Loading
Please register or sign in to comment