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

Update __init__.py

Browse files
Files changed (1) hide show
  1. __init__.py +1 -1
__init__.py CHANGED
@@ -9,7 +9,7 @@ dependencies = [
9
  {"url": "aiflows/ChatFlowModule", "revision": "a749ad10ed39776ba6721c37d0dc22af49ca0f17"},
10
  ]
11
 
12
- from flows import flow_verse
13
  flow_verse.sync_dependencies(dependencies)
14
 
15
  from .UpdatePlanAtomicFlow import UpdatePlanAtomicFlow
 
9
  {"url": "aiflows/ChatFlowModule", "revision": "a749ad10ed39776ba6721c37d0dc22af49ca0f17"},
10
  ]
11
 
12
+ from aiflows import flow_verse
13
  flow_verse.sync_dependencies(dependencies)
14
 
15
  from .UpdatePlanAtomicFlow import UpdatePlanAtomicFlow