mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove duplicated import
This commit is contained in:
parent
32cc290d4a
commit
1bc908f494
1 changed files with 1 additions and 1 deletions
2
start.py
2
start.py
|
|
@ -324,7 +324,7 @@ def _determine_mongodb() -> str:
|
|||
if not openpype_mongo:
|
||||
print("*** No DB connection string specified.")
|
||||
print("--- launching setup UI ...")
|
||||
import igniter
|
||||
|
||||
result = igniter.open_dialog()
|
||||
if result == 0:
|
||||
raise RuntimeError("MongoDB URL was not defined")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue