Revert "Important fix: utils was not imported correctly"

This reverts commit 7382fd937a.
pull/1174/head
Callum Leslie 3 years ago committed by RapidStoned
parent 7ad01ef51a
commit fea157e220

@ -1,5 +1,5 @@
import re import re
from utils.console import print_substep from utils import print_substep
def id(reddit_obj: dict): def id(reddit_obj: dict):
""" """

Loading…
Cancel
Save