We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a38f5 commit dfd0bd3Copy full SHA for dfd0bd3
transfer_results_module/transfer_results.py
@@ -2,8 +2,6 @@
2
# -*- coding: UTF-8 -*-
3
# Author: M. Reinmuth, B. Herfort
4
####################################################################################################
5
-
6
-import error_handling
7
import logging
8
import json
9
import os
@@ -14,6 +12,8 @@
14
12
from cfg.auth import firebase_admin_auth
15
13
from cfg.auth import mysqlDB
16
+from utils import error_handling
+
17
import argparse
18
19
parser = argparse.ArgumentParser(description='Process some integers.')
0 commit comments