Skip to content

Commit

Permalink
Remove type from docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed May 12, 2022
1 parent 394a814 commit 14848ac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions superset/connectors/sqla/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1129,10 +1129,9 @@ def get_sqla_row_level_filters(
current user. A custom username can be passed when the user is not present in the
Flask global namespace.
:param BaseTemplateProcessor template_processor: The template processor to apply
to the filters.
:param Optional[str] username: Optional username if there's no user in the Flask
global namespace.
:param template_processor: The template processor to apply to the filters.
:param username: Optional username if there's no user in the Flask global
namespace.
:returns: A list of SQL clauses to be ANDed together.
"""
all_filters: List[TextClause] = []
Expand Down

0 comments on commit 14848ac

Please sign in to comment.