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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 47b22c2 commit b06f426
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
@@ -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

0 comments on commit b06f426

Please sign in to comment.