8000 [issue_583] fix type hint · spdx/tools-python@eb0c961 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit eb0c961

Browse files
committed
[issue_583] fix type hint
Signed-off-by: Meret Behrens <meret.behrens@tngtech.com>
1 parent fab555d commit eb0c961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spdx/model/snippet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(
3535
license_concluded: Optional[Union[LicenseExpression, SpdxNoAssertion, SpdxNone]] = None,
3636
license_info_in_snippet: List[Union[LicenseExpression, SpdxNoAssertion, SpdxNone]] = None,
3737
license_comment: Optional[str] = None,
38-
copyright_text: Optional[str] = None,
38+
copyright_text: Optional[Union[str, SpdxNoAssertion, SpdxNone]] = None,
3939
comment: Optional[str] = None,
4040
name: Optional[str] = None,
4141
attribution_texts: List[str] = None,

0 commit comments

Comments
 (0)
0