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

AthenaMonitoring: Enable flake8 and make python code compliant

parent 66ac761f
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,7 @@ atlas_add_component(
)
# Install files from the package:
atlas_install_python_modules( python/*.py )
atlas_install_python_modules( python/*.py
POST_BUILD_CMD ${ATLAS_FLAKE8} )
atlas_install_joboptions( share/*.py )
atlas_install_scripts( share/Run3DQTestingDriver.py )
\ No newline at end of file
# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
# Set up the ATLAS Ready filter tool
def GetAtlasReadyFilterTool():
from AthenaCommon.Logging import logging
......
# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
# Set up the filled bunch filter tool
def GetFilledBunchFilterTool():
from AthenaCommon.Logging import logging
......
from AthenaMonitoringKernel.GenericMonitoringTool import GenericMonitoringTool,defineHistogram
\ No newline at end of file
# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
from AthenaMonitoringKernel.GenericMonitoringTool import GenericMonitoringTool,defineHistogram # noqa: F401
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment