Skip to content

Commit eaca4ac

Browse files
author
Hanson Wei
committed
Added TODO for param type validation
1 parent e6255a9 commit eaca4ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gs/backend/data/tables/main_tables.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def validate_params_format(self) -> "MainCommand":
5151
self.format is None
5252
and self.params is None
5353
or (
54+
# TODO: Check if the params have valid types
5455
self.params is not None and self.format is not None and self.params.count(",") == self.format.count(",")
5556
)
5657
):

0 commit comments

Comments
 (0)