Update CoderFlow.py
Browse files- CoderFlow.py +1 -1
CoderFlow.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from typing import Dict, Any
|
2 |
-
from
|
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
|