Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit b89e0af

Browse files
committed
lint
1 parent 6e19a4f commit b89e0af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

google/cloud/sqlalchemy_spanner/sqlalchemy_spanner.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -928,8 +928,9 @@ def create_connect_args(self, url):
928928
),
929929
url.database,
930930
)
931-
932-
options = {"user_agent": f"gl-sqlalchemy-spanner/{sqlalchemy_spanner_version.__version__}"}
931+
options = {
932+
"user_agent": f"gl-sqlalchemy-spanner/{sqlalchemy_spanner_version.__version__}"
933+
}
933934
connect_opts = url.translate_connect_args()
934935
if (
935936
"host" in connect_opts

0 commit comments

Comments
 (0)