mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-4180 - removed unneeded check
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
5d91a904ae
commit
e5dacd2001
1 changed files with 0 additions and 2 deletions
|
|
@ -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"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue