Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Less mongo connections #509

Merged
merged 2 commits into from
Sep 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions pype/modules/adobe_communicator/lib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from .io_nonsingleton import DbConnector
from .rest_api import AdobeRestApi, PUBLISH_PATHS

__all__ = [
"PUBLISH_PATHS",
"DbConnector",
"AdobeRestApi"
]
Loading