Tachi67 commited on
Commit
456d25e
1 Parent(s): 60bf2f9

Update IntermediateAns_Jarvis.py

Browse files
Files changed (1) hide show
  1. IntermediateAns_Jarvis.py +2 -2
IntermediateAns_Jarvis.py CHANGED
@@ -2,9 +2,9 @@ from flow_modules.aiflows.HumanStandardInputFlowModule import HumanStandardInput
2
 
3
  from typing import Dict, Any
4
 
5
- from flows.messages import UpdateMessage_Generic
6
 
7
- from flows.utils import logging
8
 
9
  log = logging.get_logger(f"flows.{__name__}")
10
 
 
2
 
3
  from typing import Dict, Any
4
 
5
+ from aiflows.messages import UpdateMessage_Generic
6
 
7
+ from aiflows.utils import logging
8
 
9
  log = logging.get_logger(f"flows.{__name__}")
10