SmokeyBandit commited on
Commit
6f40526
·
verified ·
1 Parent(s): e8979db

Update file_management.py

Browse files
Files changed (1) hide show
  1. 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 intelligent_agent import IntelligentAgent
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):