Skip to content

Commit

Permalink
Fix syntax issue for Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Jul 10, 2023
1 parent 74bd4a4 commit 5a86abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dunamai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ def __init__(
timestamp: Optional[dt.datetime] = None,
concerns: Optional[Set[Concern]] = None,
# fmt: off
vcs: Vcs = Vcs.Any,
vcs: Vcs = Vcs.Any
# fmt: on
) -> None:
"""
Expand Down

0 comments on commit 5a86abc

Please sign in to comment.