Skip to content

Commit

Permalink
type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer committed Oct 4, 2023
1 parent 81ccd01 commit 71a7131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgispluginci/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def __init__(self, definition: Dict[str, Any]):
self.repository_url = get_metadata("repository")

@staticmethod
def get_release_version_patterns() -> dict[str, re.Pattern]:
def get_release_version_patterns() -> Dict[str, re.Pattern]:
return {
"simple": r"\d+\.\d+$",
"double": r"\d+\.\d+\.\d+$",
Expand Down

0 comments on commit 71a7131

Please sign in to comment.