Skip to content

Commit a69c330

Browse files
committed
tidy
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent b9358e1 commit a69c330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cyclonedx_py/_internal/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import logging
1919
import sys
20-
from argparse import ArgumentParser, FileType, RawDescriptionHelpFormatter, SUPPRESS as ARG_SUPPRESS
20+
from argparse import ArgumentParser, FileType, RawDescriptionHelpFormatter
2121
from itertools import chain
2222
from typing import TYPE_CHECKING, Any, Dict, List, NoReturn, Optional, Sequence, TextIO, Type, Union
2323

0 commit comments

Comments
 (0)