Skip to content

Commit e145ae8

Browse files
authored
flake8 fixes that got un-done by rebase
1 parent 953598a commit e145ae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/frame.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5747,7 +5747,8 @@ def isin(self, values):
57475747

57485748
# ----------------------------------------------------------------------
57495749
# Add plotting methods to DataFrame
5750-
plot = accessors.AccessorProperty(gfx.FramePlotMethods, gfx.FramePlotMethods)
5750+
plot = accessors.AccessorProperty(gfx.FramePlotMethods,
5751+
gfx.FramePlotMethods)
57515752
hist = gfx.hist_frame
57525753
boxplot = gfx.boxplot_frame
57535754

@@ -6105,4 +6106,3 @@ def _from_nested_dict(data):
61056106

61066107
def _put_str(s, space):
61076108
return ('%s' % s)[:space].ljust(space)
6108-

0 commit comments

Comments
 (0)