Skip to content

Commit bac3ff9

Browse files
committed
fix ModuleNotFoundError
1 parent 6178bf3 commit bac3ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/utils/scraping_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from difflib import SequenceMatcher
55
from pathlib import Path
66

7-
from date_utils import parse_utc_datetime
7+
from utils.date_utils import parse_utc_datetime
88

99
from apps.clubs.models import Clubs
1010
from apps.events.models import EventDates, Events

0 commit comments

Comments
 (0)