OP-4180 - removed unneeded check

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Petr Kalis 2022-10-19 13:30:50 +02:00 committed by GitHub
parent 5d91a904ae
commit e5dacd2001
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -333,8 +333,6 @@ class BaseAnatomy(object):
Probably should fill missing keys and values.
"""
if not project_doc:
return {}
output = copy.deepcopy(project_doc["config"])
output["attributes"] = copy.deepcopy(project_doc["data"])