Important fix: utils was not imported correctly

pull/1143/head
Simon 2 years ago committed by Callum Leslie
parent 5a8db46178
commit 7382fd937a

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

Loading…
Cancel
Save