Skip to content

Commit b7f6edf

Browse files
committed
Updated imports for pre-commit resolution
1 parent d2b9f73 commit b7f6edf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sde_collections/tasks.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
ReindexingStatusChoices,
1616
WorkflowStatusChoices,
1717
)
18-
from sde_collections.utils import slack_utils
1918

20-
from .models.delta_url import CuratedUrl, DeltaUrl, DumpUrl
19+
from .models.delta_url import DumpUrl
2120
from .sinequa_api import Api
2221
from .utils.github_helper import GitHubHandler
2322

0 commit comments

Comments
 (0)