Skip to content

Commit

Permalink
Fix FIREBASE_PROJECT_ID constant import (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinvlad authored and simonjmendelsohn committed Feb 15, 2024
1 parent a776b0c commit 631268a
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 631268a

Please sign in to comment.