Skip to content

Commit ffa46fd

Browse files
committed
Updating per feedback
1 parent d79055a commit ffa46fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/objects/data_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class DataSource(SecurityContentObject):
1717
source: str = Field(...)
1818
sourcetype: str = Field(...)
1919
separator: Optional[str] = None
20-
separator_value: Optional[str] = None
20+
separator_value: None | str = None
2121
configuration: Optional[str] = None
2222
supported_TA: list[TA] = []
2323
fields: None | list = None

0 commit comments

Comments
 (0)