Skip to content

Commit

Permalink
Remove missed reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Sep 13, 2023
1 parent 21b99b5 commit a4144f6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,11 +546,7 @@ def _bulk_operation(self):
CollectionMissing,
collections_identifiers,
)
from .configuration import (
ConfigurationSetting,
ExternalIntegration,
ExternalIntegrationLink,
)
from .configuration import ConfigurationSetting, ExternalIntegration
from .contributor import Contribution, Contributor
from .coverage import BaseCoverageRecord, CoverageRecord, Timestamp, WorkCoverageRecord
from .credential import Credential
Expand Down

0 comments on commit a4144f6

Please sign in to comment.