Skip to content

Commit aae6719

Browse files
committed
Shorten line in test_categorical.py
1 parent fd4e827 commit aae6719

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/groupby/test_categorical.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,8 @@ def test_categorical_no_compress():
782782

783783
def test_sort():
784784

785-
# http://stackoverflow.com/questions/23814368/sorting-pandas-categorical-labels-after-groupby # noqa: E501
785+
# http://stackoverflow.com/questions/23814368/sorting-pandas-
786+
# categorical-labels-after-groupby
786787
# This should result in a properly sorted Series so that the plot
787788
# has a sorted x axis
788789
# self.cat.groupby(['value_group'])['value_group'].count().plot(kind='bar')

0 commit comments

Comments
 (0)