Skip to content

Commit 138a28b

Browse files
authored
Update utils.py
1 parent 9ccf129 commit 138a28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

superset/views/datasource/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def replace_verbose_with_column(
5555
) -> None:
5656
"""
5757
Replace filter 'col' values that match column verbose_name with the column_name.
58-
Operates in-place on the filters list.
58+
Operates in-place on the filters list
5959
6060
Args:
6161
filters: List of filter dicts, each must have 'col' key.

0 commit comments

Comments
 (0)