Skip to content

Commit 67d6777

Browse files
committed
fix mypy
1 parent 5eeacfb commit 67d6777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awswrangler/mysql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def connect(
9393
write_timeout: int | None = None,
9494
connect_timeout: int = 10,
9595
cursorclass: type["Cursor"] | None = None,
96-
) -> "pymysql.connections.Connection": # type: ignore[type-arg]
96+
) -> "pymysql.connections.Connection":
9797
"""Return a pymysql connection from a Glue Catalog Connection or Secrets Manager.
9898
9999
https://pymysql.readthedocs.io

0 commit comments

Comments
 (0)