Skip to content

Commit 798f41c

Browse files
committed
Improve typing
1 parent eca7dc4 commit 798f41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/daq_config_server/converters/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ def get_value(
6464

6565
return target_row[target_column_index]
6666

67-
def columns(self):
67+
def columns(self) -> list[list[int | float]]:
6868
return [[row[i] for row in self.rows] for i in range(len(self.column_names))]

0 commit comments

Comments
 (0)