Skip to content

Commit

Permalink
Remove type annotation causing CI to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Oct 14, 2024
1 parent 74fd456 commit 9dd79d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/briefcase/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def __init__(
url=None,
author=None,
author_email=None,
requires_python: str | None = None,
requires_python=None,
**kwargs,
):
super().__init__(**kwargs)
Expand Down

0 comments on commit 9dd79d7

Please sign in to comment.