Skip to content

Commit e49ab80

Browse files
authored
STY: Fix lint error in test_where.py (#60206)
1 parent eea95a3 commit e49ab80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/frame/indexing/test_where.py

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
import numpy as np
55
import pytest
66

7-
from pandas._config import using_string_dtype
8-
97
from pandas.core.dtypes.common import is_scalar
108

119
import pandas as pd

0 commit comments

Comments
 (0)