Skip to content
Snippets Groups Projects
Commit a1aa3ca5 authored by Hartung, Michael's avatar Hartung, Michael
Browse files

linting

Former-commit-id: f19db67b
parent 79ff1a08
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ from drugstone.util.nedrex import fetch_nedrex_data, integrate_nedrex_data
logger = get_task_logger(__name__)
@shared_task
def task_update_db_from_nedrex():
logger.info("Updating DB from NeDRex.")
......@@ -15,4 +16,3 @@ def task_update_db_from_nedrex():
logger.info("Integrating data...")
integrate_nedrex_data()
logger.info("Done.")
......@@ -2,6 +2,7 @@ def fetch_nedrex_data():
print('fetching')
return
def integrate_nedrex_data():
print('integrating')
return
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment