Skip to content

Commit fcd2c8c

Browse files
committed
Fix mypy.
1 parent cbbc4ba commit fcd2c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awswrangler/sqlserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
__all__ = ["connect", "read_sql_query", "read_sql_table", "to_sql"]
1717

18-
_pyodbc_found = importlib.util.find_spec("pyodbc") # type: ignore
18+
_pyodbc_found = importlib.util.find_spec("pyodbc")
1919
if _pyodbc_found:
2020
import pyodbc # pylint: disable=import-error
2121

0 commit comments

Comments
 (0)