Skip to content

Commit a82cf8e

Browse files
Backport PR pandas-dev#60206 on branch 2.3.x (STY: Fix lint error in test_where.py) (pandas-dev#60208)
Backport PR pandas-dev#60206: STY: Fix lint error in test_where.py Co-authored-by: Matthew Roeschke <[email protected]>
1 parent b9f1bc6 commit a82cf8e

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)