Skip to content

Commit dfd0bd3

Browse files
committed
Fix error handling import
1 parent a6a38f5 commit dfd0bd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

transfer_results_module/transfer_results.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# -*- coding: UTF-8 -*-
33
# Author: M. Reinmuth, B. Herfort
44
####################################################################################################
5-
6-
import error_handling
75
import logging
86
import json
97
import os
@@ -14,6 +12,8 @@
1412
from cfg.auth import firebase_admin_auth
1513
from cfg.auth import mysqlDB
1614

15+
from utils import error_handling
16+
1717
import argparse
1818

1919
parser = argparse.ArgumentParser(description='Process some integers.')

0 commit comments

Comments
 (0)