Spaces:
Building
Building
Update service_config.py
Browse files- service_config.py +1 -2
service_config.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import os
|
2 |
import json
|
3 |
-
from
|
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"):
|