Skip to content

Commit

Permalink
chore: flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Jun 14, 2022
1 parent fb8691a commit 997eb3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion popmon/analysis/comparison/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


import popmon.analysis.comparison.comparisons
import popmon.analysis.comparison.comparisons # noqa

from ...analysis.comparison.hist_comparer import (
ExpandingHistComparer,
Expand Down
2 changes: 1 addition & 1 deletion popmon/analysis/profiling/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


import popmon.analysis.profiling.profiles
import popmon.analysis.profiling.profiles # noqa

from ...analysis.profiling.hist_profiler import HistProfiler
from ...analysis.profiling.pull_calculator import (
Expand Down

0 comments on commit 997eb3e

Please sign in to comment.