Skip to content

Commit a6a38f5

Browse files
committed
Re-add import and fix typo
1 parent e25a1a6 commit a6a38f5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

import_module/run_import.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
########################################################################################################################
55

66
import sys
7+
import time
78
# add some files in different folders to sys.
89
# these files can than be loaded directly
910
sys.path.insert(0, '../cfg/')

update_module/run_update.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
import logging
77
import sys
88

9-
from update_modue.update_project_contributors import update_project_contributors
10-
from update_modue.update_project_progress import update_project_progress
9+
from update_module.update_project_contributors import update_project_contributors
10+
from update_module.update_project_progress import update_project_progress
11+
1112
from cfg.auth import firebase_admin_auth
1213
from utils.send_slack_message import send_slack_message
1314

0 commit comments

Comments
 (0)