Skip to content

Commit 9347894

Browse files
committed
Remove unwanted pattern
1 parent f26f574 commit 9347894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/test_quantile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pandas.util.testing import assert_frame_equal, assert_series_equal
88

99

10-
class TestDataFrameQuantile():
10+
class TestDataFrameQuantile:
1111

1212
def test_quantile(self, datetime_frame):
1313
from numpy import percentile

0 commit comments

Comments
 (0)