Skip to content

Commit a921ec5

Browse files
sfc-gh-mkellersfc-gh-mhofman
authored andcommitted
Update src/snowflake/connector/connection.py
Co-authored-by: Michał Hofman <[email protected]>
1 parent 4c5fa51 commit a921ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snowflake/connector/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ def __open_connection(self):
10881088
self.auth_class = AuthByWebBrowser(
10891089
application=self.application,
10901090
protocol=self._protocol,
1091-
host=self.host, # TODO: delete this?
1091+
host=self.host,
10921092
port=self.port,
10931093
timeout=self.login_timeout,
10941094
backoff_generator=self._backoff_generator,

0 commit comments

Comments
 (0)