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 eca7dc4 commit 798f41cCopy full SHA for 798f41c
src/daq_config_server/converters/models.py
@@ -64,5 +64,5 @@ def get_value(
64
65
return target_row[target_column_index]
66
67
- def columns(self):
+ def columns(self) -> list[list[int | float]]:
68
return [[row[i] for row in self.rows] for i in range(len(self.column_names))]
0 commit comments