Skip to content

Commit e3a8f1c

Browse files
authored
fix: unused type ignore
1 parent ffec39a commit e3a8f1c

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
@@ -176,7 +176,7 @@ def connect(
176176
password=attrs.password,
177177
port=attrs.port,
178178
host=attrs.host,
179-
ssl=attrs.ssl_context, # type: ignore[arg-type]
179+
ssl=attrs.ssl_context,
180180
read_timeout=read_timeout,
181181
write_timeout=write_timeout,
182182
connect_timeout=connect_timeout,

0 commit comments

Comments
 (0)