Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix tests
Browse files Browse the repository at this point in the history
DetachHead committed May 31, 2022
1 parent 4a92a4f commit ab2643a
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
@@ -184,6 +184,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

0 comments on commit ab2643a

Please sign in to comment.