remove duplicated import

This commit is contained in:
iLLiCiTiT 2021-04-26 19:16:23 +02:00
parent 32cc290d4a
commit 1bc908f494

View file

@ -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")