Skip to content

Commit 7ad01ef

Browse files
authored
Merge pull request #1141 from StopmotionSimonYT/master
Important fix: utils was not imported correctly
2 parents 7540dbe + c90bdfe commit 7ad01ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/id.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import re
2-
from utils import print_substep
2+
from utils.console import print_substep
33

44
def id(reddit_obj: dict):
55
"""

0 commit comments

Comments
 (0)