Tachi67 commited on
Commit
10bbebc
·
1 Parent(s): 9b5edd9

Update __init__.py

Browse files
Files changed (1) hide show
  1. __init__.py +1 -1
__init__.py CHANGED
@@ -5,7 +5,7 @@ dependencies = [
5
  {"url": "aiflows/ChatFlowModule", "revision": "297c90d08087d9ff3139521f11d1a48d7dc63ed4"},
6
  {"url": "aiflows/HumanStandardInputFlowModule", "revision": "4ff043522c89a964ea3a928ce09811c51a2b5b98"}
7
  ]
8
- from flows import flow_verse
9
 
10
  flow_verse.sync_dependencies(dependencies)
11
 
 
5
  {"url": "aiflows/ChatFlowModule", "revision": "297c90d08087d9ff3139521f11d1a48d7dc63ed4"},
6
  {"url": "aiflows/HumanStandardInputFlowModule", "revision": "4ff043522c89a964ea3a928ce09811c51a2b5b98"}
7
  ]
8
+ from aiflows import flow_verse
9
 
10
  flow_verse.sync_dependencies(dependencies)
11