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

linting

parent b2fd03ae
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