Skip to content

Commit

Permalink
fixup! Push down HCA specifics to a Bundle subclass (#4940)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed May 19, 2023
1 parent d8f612a commit abb489c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azul/plugins/anvil.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class KeyReference:
entity_type: EntityType


ENTITY_REF = TypeVar(name='ENTITY_REF', bound=Union[EntityReference, KeyReference])
ENTITY_REF = TypeVar('ENTITY_REF', bound=Union[EntityReference, KeyReference])


@attr.s(auto_attribs=True, frozen=True, kw_only=True, order=False)
Expand Down

0 comments on commit abb489c

Please sign in to comment.