pep8 compliance: E251 no spaces around keyword / parameter equals

This commit is contained in:
David Sowder 2012-02-21 20:44:07 -06:00
commit 3c227242de

View File

@ -20,7 +20,7 @@ from pymclevel.box import FloatBox
class PlayerMoveOperation(Operation):
undoPos = None
def __init__(self, tool, pos, player="Player", yp = (None, None)):
def __init__(self, tool, pos, player="Player", yp=(None, None)):
self.tool, self.pos = tool, pos
self.yp = yp
self.player = player