diff --git a/core/src/main/scripts/importer/updateOncokbAnnotations.py b/core/src/main/scripts/importer/updateOncokbAnnotations.py index 28aa5813e30..66b76279289 100644 --- a/core/src/main/scripts/importer/updateOncokbAnnotations.py +++ b/core/src/main/scripts/importer/updateOncokbAnnotations.py @@ -223,7 +223,6 @@ def update_annotations(result, connection, cursor, study_id): except MySQLdb.Error as msg: print(msg, file=ERROR_FILE) -def main_import(study_id, properties_filename): def main_import(study_id, properties_filename): portal_properties = get_database_properties(properties_filename)