mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +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):
|
||||
if not super(UILabelDef, self).__eq__(other):
|
||||
return False
|
||||
return self.label == other.label:
|
||||
return self.label == other.label
|
||||
|
||||
|
||||
# ---------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue