Skip to content

Commit

Permalink
chore: run code formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Dec 4, 2024
1 parent 4cbec6b commit d989123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions google/cloud/spanner_v1/testing/mock_database_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from google.protobuf import empty_pb2
import google.cloud.spanner_v1.testing.spanner_database_admin_pb2_grpc as database_admin_grpc


# An in-memory mock DatabaseAdmin server that can be used for testing.
class DatabaseAdminServicer(database_admin_grpc.DatabaseAdminServicer):
def __init__(self):
Expand Down
1 change: 1 addition & 0 deletions google/cloud/spanner_v1/testing/mock_spanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import google.cloud.spanner_v1.types.spanner as spanner
import google.cloud.spanner_v1.types.transaction as transaction


class MockSpanner:
def __init__(self):
self.results = {}
Expand Down

0 comments on commit d989123

Please sign in to comment.