diff --git a/etl/load/main.py b/etl/load/main.py index 9cc27b170..1e94099b1 100644 --- a/etl/load/main.py +++ b/etl/load/main.py @@ -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 diff --git a/requirements-dev.txt b/requirements-dev.txt index 6bdfa093e..e0bfc432f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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