Skip to content

Commit

Permalink
Small annotation change
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Sep 21, 2022
1 parent 0e46795 commit f1ce7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bracex/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def __new__(
cls,
major: int, minor: int, micro: int, release: str = "final",
pre: int = 0, post: int = 0, dev: int = 0
) -> "Version":
) -> Version:
"""Validate version info."""

# Ensure all parts are positive integers.
Expand Down

0 comments on commit f1ce7ed

Please sign in to comment.