Spaces:
Runtime error
Runtime error
Update file_management.py
Browse files- file_management.py +1 -1
file_management.py
CHANGED
@@ -13,7 +13,7 @@ from typing import Dict, Any
|
|
13 |
|
14 |
logger = logging.getLogger(__name__)
|
15 |
|
16 |
-
from
|
17 |
|
18 |
class FileManagementAgent(IntelligentAgent):
|
19 |
def __init__(self, hub):
|
|
|
13 |
|
14 |
logger = logging.getLogger(__name__)
|
15 |
|
16 |
+
from app.py import IntelligentAgent
|
17 |
|
18 |
class FileManagementAgent(IntelligentAgent):
|
19 |
def __init__(self, hub):
|