Skip to content

Commit 6f2ba59

Browse files
committed
Move tasks to root directory
1 parent 7603b1d commit 6f2ba59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go_capture/tasks.py renamed to tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from django.conf import settings
88
from firebase_admin import credentials, messaging
99

10-
from go_capture.sgf.process_image import process_image
10+
from sgf.process_image import process_image
1111

1212
# Set the default Django settings module for the 'celery' program.
1313
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "go_capture.settings")

0 commit comments

Comments
 (0)