We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b7aaa commit 02509c5Copy full SHA for 02509c5
synapseclient/models/table_components.py
@@ -734,7 +734,7 @@ class RowSet:
734
headers: Optional[List[SelectColumn]] = None
735
"""The list of SelectColumns that describes the rows of this set."""
736
737
- rows: Optional[List[Row]] = None
+ rows: Optional[List[Row]] = field(default_factory=list)
738
"""The Rows of this set. The index of each row value aligns with the index of each header."""
739
740
@classmethod
0 commit comments