pep8: Fix E125 continuation line does not distinguish itself from next logical line

This commit is contained in:
Brandon Heller
2012-11-13 14:56:49 -08:00
parent 7a5060478b
commit 615ebb7afa
3 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -170,10 +170,10 @@ class Graph( Frame ):
"Graph that we can add bars to over time."
def __init__( self, parent=None,
bg = 'white',
gheight=200, gwidth=500,
barwidth=10,
ymax=3.5,):
bg = 'white',
gheight=200, gwidth=500,
barwidth=10,
ymax=3.5,):
Frame.__init__( self, parent )