Spaces:
Paused
Paused
Update api_connector.py
Browse files- api_connector.py +1 -2
api_connector.py
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
import requests
|
| 2 |
-
from
|
| 3 |
-
|
| 4 |
|
| 5 |
class APIConnector:
|
| 6 |
def __init__(self, service_config):
|
|
|
|
| 1 |
import requests
|
| 2 |
+
from utils import log
|
|
|
|
| 3 |
|
| 4 |
class APIConnector:
|
| 5 |
def __init__(self, service_config):
|