Skip to content

Commit

Permalink
Fix FIREBASE_PROJECT_ID constant import
Browse files Browse the repository at this point in the history
  • Loading branch information
dinvlad committed Jan 3, 2024
1 parent 2575a41 commit 1c32fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from quart_cors import cors
from google.cloud import firestore

from src import cli, constants, signaling, status
from src import cli, signaling, status
from src.utils import constants, custom_logging
from src.web import web, participants, study

Expand Down

0 comments on commit 1c32fde

Please sign in to comment.