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 cbbc4ba commit fcd2c8cCopy full SHA for fcd2c8c
awswrangler/sqlserver.py
@@ -15,7 +15,7 @@
15
16
__all__ = ["connect", "read_sql_query", "read_sql_table", "to_sql"]
17
18
-_pyodbc_found = importlib.util.find_spec("pyodbc") # type: ignore
+_pyodbc_found = importlib.util.find_spec("pyodbc")
19
if _pyodbc_found:
20
import pyodbc # pylint: disable=import-error
21
0 commit comments