Skip to content

Commit

Permalink
fixup! fix(parser): Fix --discover parsed incorrectly from env
Browse files Browse the repository at this point in the history
py38 typehint fixes
  • Loading branch information
mimre25 committed Apr 26, 2024
1 parent 7d73641 commit f3d0063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tox/config/cli/parser.py
Expand Up @@ -232,7 +232,7 @@ def __call__(
dest="discover",
nargs="+",
metavar="path",
of_type=list[str],
of_type=List[str],
help="for Python discovery first try these Python executables",
default=[],
)
Expand Down

0 comments on commit f3d0063

Please sign in to comment.