Skip to content

Commit 60adaae

Browse files
Ignore pandas.io missing stub
1 parent e6a3a53 commit 60adaae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awswrangler/pandas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from pyarrow import parquet as pq # type: ignore
1717
import tenacity # type: ignore
1818
from s3fs import S3FileSystem # type: ignore
19-
from pandas.io.common import infer_compression
19+
from pandas.io.common import infer_compression # type: ignore
2020

2121
from awswrangler import data_types
2222
from awswrangler import utils

0 commit comments

Comments
 (0)