Skip to content

Commit c2318fb

Browse files
fixup merge
1 parent 71223d3 commit c2318fb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pandas/tests/strings/test_strings.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
import numpy as np
88
import pytest
99

10-
from pandas.compat import (
11-
Pandas4Warning,
12-
pa_version_under21p0,
13-
)
10+
from pandas.compat import pa_version_under21p0
11+
from pandas.errors import Pandas4Warning
1412

1513
from pandas import (
1614
NA,

0 commit comments

Comments
 (0)