Skip to content

Commit 9afe75a

Browse files
committed
This solves issue with 'import-error' bug while running './validate.sh'
1 parent 6214cd2 commit 9afe75a

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
@@ -17,7 +17,7 @@
1717

1818
_pyodbc_found = importlib.util.find_spec("pyodbc")
1919
if _pyodbc_found:
20-
import pyodbc
20+
import pyodbc # pylint: disable=import-error
2121

2222
_logger: logging.Logger = logging.getLogger(__name__)
2323
FuncT = TypeVar("FuncT", bound=Callable[..., Any])

0 commit comments

Comments
 (0)