Important fix: utils was not imported correctly

pull/1141/head
Simon 2 years ago committed by GitHub
parent 7540dbeae4
commit c90bdfe57a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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