Skip to content

Commit

Permalink
Resolving conflicts with dev branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
milo-hyben committed Sep 18, 2023
1 parent c93661a commit 1103cb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion etl/load/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import functions_framework
import google.cloud.bigquery as bq

from google.cloud import pubsub_v1
from google.cloud import pubsub_v1 # type: ignore

import pkg_resources

Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ pre-commit
pylint
testcontainers[mariadb]
types-PyMySQL
# some strawberry dependency
strawberry-graphql[debug-server]==0.206.0
# following required to unit test etl functions
functions_framework
google-cloud-bigquery
Expand Down

0 comments on commit 1103cb0

Please sign in to comment.