Merge pull request #1141 from StopmotionSimonYT/master

Important fix: utils was not imported correctly
pull/1142/head 2.4.2
Callum Leslie 3 years ago committed by GitHub
commit 7ad01ef51a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save