Skip to content

Commit

Permalink
lint: fix a black error
Browse files Browse the repository at this point in the history
  • Loading branch information
jandom committed Sep 7, 2024
1 parent fdda2ac commit a804d6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/qreader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ def detect_and_decode(
) -> typing.Union[
typing.Tuple[
typing.Tuple[str | None, ...],
tuple[dict[str, np.ndarray | float | tuple[float | int, float | int]]] | None,
tuple[dict[str, np.ndarray | float | tuple[float | int, float | int]]]
| None,
],
typing.Tuple[str | None, ...],
]:
Expand Down

0 comments on commit a804d6a

Please sign in to comment.