Skip to content

Commit 8a76d06

Browse files
chore: add mypy ignore
1 parent 498f0f2 commit 8a76d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/sql/connector/connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def __init__(
176176
if universe_domain:
177177
self._universe_domain = universe_domain
178178
else:
179-
self._universe_domain = os.environ.get("GOOGLE_CLOUD_UNIVERSE_DOMAIN")
179+
self._universe_domain = os.environ.get("GOOGLE_CLOUD_UNIVERSE_DOMAIN") # type: ignore
180180
# construct service endpoint for Cloud SQL Admin API calls
181181
if not sqladmin_api_endpoint:
182182
self._sqladmin_api_endpoint = (

0 commit comments

Comments
 (0)