Skip to content

Commit

Permalink
Merge pull request #1141 from StopmotionSimonYT/master
Browse files Browse the repository at this point in the history
Important fix: utils was not imported correctly
  • Loading branch information
callumio authored Aug 9, 2022
2 parents 7540dbe + c90bdfe commit 7ad01ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/id.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import re
from utils import print_substep
from utils.console import print_substep

def id(reddit_obj: dict):
"""
Expand Down

0 comments on commit 7ad01ef

Please sign in to comment.