Skip to content

Commit

Permalink
style(pre-commit.ci): auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 20, 2024
1 parent dd1fd04 commit a2ebf63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/psygnal/_signal.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
ContextManager,
Iterable,
Iterator,
List,
Literal,
NoReturn,
Type,
Expand All @@ -24,7 +25,7 @@
get_args,
get_origin,
get_type_hints,
overload, List,
overload,
)

from ._exceptions import EmitLoopError
Expand Down

0 comments on commit a2ebf63

Please sign in to comment.