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 5eeacfb commit 67d6777Copy full SHA for 67d6777
awswrangler/mysql.py
@@ -93,7 +93,7 @@ def connect(
93
write_timeout: int | None = None,
94
connect_timeout: int = 10,
95
cursorclass: type["Cursor"] | None = None,
96
-) -> "pymysql.connections.Connection": # type: ignore[type-arg]
+) -> "pymysql.connections.Connection":
97
"""Return a pymysql connection from a Glue Catalog Connection or Secrets Manager.
98
99
https://pymysql.readthedocs.io
0 commit comments