pylint fix
This commit is contained in:
parent
142521317c
commit
9a5703d5ea
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user