Skip to content
Snippets Groups Projects
Commit e2e9c372 authored by Sascha Herzinger's avatar Sascha Herzinger
Browse files

fixing flake8

parent 1c9b5d26
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -22,7 +22,7 @@ except KeyError:
logger = logging.getLogger('fractalis')
logger.warning("FRACTALIS_CONFIG is not set. Using defaults.")
from fractalis.data.sync import cleanup
from fractalis.data.sync import cleanup # noqa
app.tasks.register(cleanup)
etl_classes = list_classes_with_base_class('fractalis.data.etls', ETL)
......
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