Skip to content

Commit

Permalink
Fix another 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 5a86abc commit e8f148d
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 @@ -942,7 +942,7 @@ def _fallback(
timestamp: Optional[dt.datetime] = None,
concerns: Optional[Set[Concern]] = None,
# fmt: off
vcs: Vcs = Vcs.Any,
vcs: Vcs = Vcs.Any
# fmt: on
):
if strict:
Expand Down

0 comments on commit e8f148d

Please sign in to comment.