Skip to content

Commit

Permalink
Fix builder run on py12
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 27, 2024
1 parent 51ec17b commit 88a15a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mypy_boto3_builder/cli_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ def parse_args(args: Sequence[str]) -> CLINamespace:
"Generate already installed packages for typings directory."
" Deprecated, use --output-type=installed instead."
),
deprecated=True,
)
parser.add_argument(
"--output-type",
Expand Down

0 comments on commit 88a15a0

Please sign in to comment.