Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Matthias Kohnen <christoph.kohnen@disroot.org>
  • Loading branch information
cmkohnen committed Nov 15, 2023
1 parent 09893bd commit 6c1ee3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Type hints
ItemList = list[Graphs.Item]
Limits = tuple(float, float, float, float)
Limits = tuple[float, float, float, float]


class ParseError(Exception):
Expand Down

0 comments on commit 6c1ee3b

Please sign in to comment.