Skip to content

Commit

Permalink
remove quotes around type alias in core type definition module
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Mar 8, 2024
1 parent 030f187 commit c7236b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npe2/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __array__(self) -> "np.ndarray":
WidgetCreator = Callable[..., Widget]

# ReaderContribution.command must point to a ReaderGetter
ReaderFunction = Callable[[PathOrPaths], List["LayerData"]]
ReaderFunction = Callable[[PathOrPaths], List[LayerData]]
ReaderGetter = Callable[[PathOrPaths], Optional[ReaderFunction]]


Expand Down

0 comments on commit c7236b2

Please sign in to comment.