Tachi67 commited on
Commit
433da0d
·
1 Parent(s): 5e6efd4

Update CoderFlow.py

Browse files
Files changed (1) hide show
  1. CoderFlow.py +1 -1
CoderFlow.py CHANGED
@@ -1,5 +1,5 @@
1
  from typing import Dict, Any
2
- from flows.utils import logging
3
  log = logging.get_logger(__name__)
4
 
5
  from flow_modules.Tachi67.AbstractBossFlowModule import AbstractBossFlow
 
1
  from typing import Dict, Any
2
+ from aiflows.utils import logging
3
  log = logging.get_logger(__name__)
4
 
5
  from flow_modules.Tachi67.AbstractBossFlowModule import AbstractBossFlow