Skip to content

Commit 0fd9180

Browse files
author
at91mm
committed
feat: update imports for BigQuery and Google Cloud Storage containers
1 parent 3dab039 commit 0fd9180

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .datastore import DatastoreContainer # noqa: F401
22
from .pubsub import PubSubContainer # noqa: F401
3-
from .bigquery import BigQueryContainer
4-
from .gcs import GoogleCloudStorageContainer
3+
from .bigquery import BigQueryContainer # noqa: F401
4+
from .gcs import GoogleCloudStorageContainer # noqa: F401

0 commit comments

Comments
 (0)