Skip to content

Commit 996a4e5

Browse files
authored
Fix typo
1 parent ce90b3c commit 996a4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_parquet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import pathlib
66
from warnings import (
77
catch_warnings,
8-
filterwarnings,get
8+
filterwarnings,
99
)
1010

1111
import numpy as np

0 commit comments

Comments
 (0)