Skip to content

Commit

Permalink
move imports
Browse files Browse the repository at this point in the history
  • Loading branch information
boetro committed Jan 21, 2024
1 parent 136502b commit 2e38dff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdks/python/tests/gcp/cloud_sql_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from mock import ANY, patch
from unittest.mock import ANY, patch

from terrabridge.gcp.cloud_sql import CloudSQLDatabase, CloudSQLInstance, CloudSQLUser

Expand Down
2 changes: 1 addition & 1 deletion sdks/python/tests/gcp/gcs_bucket_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from mock import patch
from unittest.mock import patch

from terrabridge.gcp import GCSBucket

Expand Down
2 changes: 1 addition & 1 deletion sdks/python/tests/gcp/secret_manager_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from mock import patch
from unittest.mock import patch

from terrabridge.gcp.secret_manager import SecretManagerSecret

Expand Down

0 comments on commit 2e38dff

Please sign in to comment.