Skip to content

Commit 011e57a

Browse files
committed
fixed import error
1 parent 4418946 commit 011e57a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

api/src/shared/database/database.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@
2222
from shared.common.logging_utils import get_env_logging_level
2323
from google.protobuf import timestamp_pb2
2424
from google.auth.transport.requests import Request
25-
from google.auth import id_token
25+
from google.oauth2 import id_token
2626
from google.cloud import tasks_v2
2727
from datetime import datetime, timedelta
2828

29-
from shared.helpers.pub_sub import publish_messages
30-
3129

3230
def generate_unique_id() -> str:
3331
"""

0 commit comments

Comments
 (0)