Skip to content

Commit dd4d520

Browse files
Reformatted by black
1 parent ed4569e commit dd4d520

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/io/excel/test_readers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,7 @@ def test_read_excel_squeeze(self, read_ext):
883883
expected = pd.Series([1, 2, 3], name="a")
884884
tm.assert_series_equal(actual, expected)
885885

886+
886887
class TestExcelFileRead:
887888
@pytest.fixture(autouse=True)
888889
def cd_and_set_engine(self, engine, datapath, monkeypatch):
@@ -1048,4 +1049,4 @@ def test_excel_high_surrogate(self, read_ext):
10481049
# GH 23809
10491050

10501051
# should not produce a segmentation violation
1051-
pd.read_excel('high_surrogate.xlsx')
1052+
pd.read_excel("high_surrogate.xlsx")

0 commit comments

Comments
 (0)