Skip to content

Commit a88c255

Browse files
committed
refactor: removed unused annotation
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 4b16011 commit a88c255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cyclonedx_py/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# SPDX-License-Identifier: Apache-2.0
1616
# Copyright (c) OWASP Foundation. All Rights Reserved.
1717

18-
__all__ = [ # type:ignore[var-annotated]
18+
__all__ = [
1919
# There is no stable/public API.
2020
# However, you might call the stable CLI instead, like so:
2121
# from sys import executable

0 commit comments

Comments
 (0)