Skip to content

Commit

Permalink
Merge pull request #578 from Sjoerd1993/fix-type
Browse files Browse the repository at this point in the history
fix type
  • Loading branch information
sstendahl authored Nov 15, 2023
2 parents 09893bd + 6c1ee3b commit 7962cb9
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 7962cb9

Please sign in to comment.