Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed May 31, 2022
1 parent 9cfe702 commit dff84af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/codemagic/apple/resources/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ class PrettyNameAbcMeta(PrettyNameMeta, ABCMeta):


class Resource(LinkedResourceData, metaclass=PrettyNameAbcMeta):
_OMIT_IF_NONE_KEYS = ('relationships',)

def __init_subclass__(cls) -> None:
"""
hack to work around the fact that we are overriding the `attributes` and ``relationships`` properties with
Expand Down

0 comments on commit dff84af

Please sign in to comment.