We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b75a2 commit 489c367Copy full SHA for 489c367
src/snowflake/connector/aio/_connection.py
@@ -149,7 +149,6 @@ def __init__(
149
if "platform_detection_timeout_seconds" not in kwargs:
150
self._platform_detection_timeout_seconds = 0.0
151
152
- self._connected = False
153
self.expired = False
154
# check SNOW-1218851 for long term improvement plan to refactor ocsp code
155
atexit.register(self._close_at_exit)
0 commit comments