Skip to content

Commit

Permalink
Fix import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Oct 25, 2023
1 parent 9a6da1d commit d9511cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/model/collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from sqlalchemy.orm.session import Session
from sqlalchemy.sql.expression import and_, or_

from core.external_search import ExternalSearchIndex
from core.integration.goals import Goals
from core.model import Base, create, get_one, get_one_or_create
from core.model.configuration import ConfigurationSetting, ExternalIntegration
Expand All @@ -41,8 +40,7 @@
from core.util.string_helpers import base64

if TYPE_CHECKING:
# This is needed during type checking so we have the
# types of related models.
from core.external_search import ExternalSearchIndex
from core.model import Credential, CustomList, Timestamp


Expand Down

0 comments on commit d9511cb

Please sign in to comment.