Fixed identation to match other code

This commit is contained in:
Tobias Frisch 2021-06-21 14:34:41 +02:00 committed by GitHub
parent 8acb9b3839
commit 9a5117be38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -203,7 +203,7 @@ class abstractItem():
###############################################################################
def getUniqueID(self, recursive=False):
if not self._model:
if not self._model:
return
self.setData(self.enum.ID, self._model.requestNewID())