simplified method

This commit is contained in:
wijnand 2018-07-06 11:58:38 +02:00
parent 38e00773bc
commit 7af4debad5

View file

@ -144,7 +144,4 @@ class ImportMayaLoader(api.Loader):
buttons=buttons,
defaultButton=accept)
if state != accept:
return False
return True
return state == accept