pylint fix

This commit is contained in:
Wojtek Porczyk 2015-05-31 11:10:12 +02:00
parent 142521317c
commit 9a5703d5ea

View File

@ -337,7 +337,7 @@ class Label(object):
def __repr__(self):
return '{}({!r}, {!r}, {!r}, dispvm={!r})'.format(
return '{}({!r}, {!r}, {!r})'.format(
self.__class__.__name__,
self.index,
self.color,