Update monkey/monkey_island/cc/models/__init__.py
Fixed type Co-Authored-By: Itay Mizeretz <30774653+itaymmguardicore@users.noreply.github.com>
This commit is contained in:
parent
ffa78ac540
commit
bb40560fc7
|
@ -11,7 +11,7 @@ if env.testing:
|
|||
else:
|
||||
connect(db=env.mongo_db_name, host=env.mongo_db_host, port=env.mongo_db_port)
|
||||
|
||||
# Order or importing matters here, for registering the embedded and referenced documents before using them.
|
||||
# Order of importing matters here, for registering the embedded and referenced documents before using them.
|
||||
from config import Config
|
||||
from creds import Creds
|
||||
from monkey_ttl import MonkeyTtl
|
||||
|
|
Loading…
Reference in New Issue