Skip to content

Commit fa65f14

Browse files
committed
DOC: Fixed flake8 issues in whatsnew v0.13.* pandas-dev#24256
Added setup.cfg
1 parent 9a53a5d commit fa65f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ known_post_core=pandas.tseries,pandas.io,pandas.plotting
117117
sections=FUTURE,STDLIB,THIRDPARTY,PRE_CORE,DTYPES,FIRSTPARTY,POST_CORE,LOCALFOLDER
118118

119119
known_first_party=pandas
120-
known_third_party=Cython,numpy,python-dateutil,pytz,pyarrow,pytest
120+
known_third_party=Cython,numpy,dateutil,python-dateutil,pytz,pyarrow,pytest
121121
multi_line_output=4
122122
force_grid_wrap=0
123123
combine_as_imports=True

0 commit comments

Comments
 (0)