Skip to content

Commit 000da4c

Browse files
bactarmintaenzertng
authored andcommitted
Fix line length
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
1 parent 868746b commit 000da4c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/spdx_tools/spdx/jsonschema/creation_info_converter.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ def get_json_type(self) -> Type[JsonProperty]:
1919
return CreationInfoProperty
2020

2121
def _get_property_value(
22-
self, creation_info: CreationInfo, creation_info_property: CreationInfoProperty, _document: Document | None = None
22+
self,
23+
creation_info: CreationInfo,
24+
creation_info_property: CreationInfoProperty,
25+
_document: Document | None = None,
2326
) -> Any:
2427
if creation_info_property == CreationInfoProperty.CREATED:
2528
return datetime_to_iso_string(creation_info.created)

0 commit comments

Comments
 (0)