ciyidogan commited on
Commit
2eebdb5
·
verified ·
1 Parent(s): 827c88f

Update service_config.py

Browse files
Files changed (1) hide show
  1. service_config.py +1 -2
service_config.py CHANGED
@@ -1,7 +1,6 @@
1
  import os
2
  import json
3
- from log import log
4
-
5
 
6
  class ServiceConfig:
7
  def __init__(self, config_path="service_config.json"):
 
1
  import os
2
  import json
3
+ from utils import log
 
4
 
5
  class ServiceConfig:
6
  def __init__(self, config_path="service_config.json"):