Skip to content

Commit b2dc591

Browse files
committed
update import path in Collection model
1 parent ab5b26f commit b2dc591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sde_collections/models/collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
format_slack_message,
2020
send_slack_message,
2121
)
22-
from sde_collections.models.candidate_url import CandidateURL
22+
from .candidate_url import CandidateURL
2323
from .collection_choice_fields import (
2424
ConnectorChoices,
2525
CurationStatusChoices,

0 commit comments

Comments
 (0)