mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Remove semicolon
This commit is contained in:
parent
bbfff158b0
commit
576ac94e31
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ class UILabelDef(UIDef):
|
||||||
def __eq__(self, other):
|
def __eq__(self, other):
|
||||||
if not super(UILabelDef, self).__eq__(other):
|
if not super(UILabelDef, self).__eq__(other):
|
||||||
return False
|
return False
|
||||||
return self.label == other.label:
|
return self.label == other.label
|
||||||
|
|
||||||
|
|
||||||
# ---------------------------------------
|
# ---------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue