Skip to content

Commit

Permalink
style: remove unnecessary type hints
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Jul 21, 2024
1 parent f56e2bc commit cafa45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyclonedx_py/_internal/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def make_argument_parser(cls, sco: ArgumentParser, **kwargs: Any) -> ArgumentPar
action='store_false')

scbbc: Type['BomBuilder']
for sct, scbbc in ( # type:ignore[assignment]
for sct, scbbc in (
('environment', EnvironmentBB),
('requirements', RequirementsBB),
('pipenv', PipenvBB),
Expand Down

0 comments on commit cafa45c

Please sign in to comment.