diff --git a/masque/ref.py b/masque/ref.py index 37ba66a..3de174b 100644 --- a/masque/ref.py +++ b/masque/ref.py @@ -49,7 +49,7 @@ class Ref( def __init__( self, - target: Union[None, str, NamedPattern], + target: Union[None, str, 'NamedPattern'], *, offset: ArrayLike = (0.0, 0.0), rotation: float = 0.0,