mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: removing unnecessary double spaces, a.k.a. "shotgun holes" (#22852)
This commit is contained in:
@@ -429,7 +429,7 @@ def parse_js_uri_path_item(
|
||||
|
||||
:param item: a uri path component
|
||||
:param unquote: Perform unquoting of string using urllib.parse.unquote_plus()
|
||||
:param eval_undefined: When set to True and item is either 'null' or 'undefined',
|
||||
:param eval_undefined: When set to True and item is either 'null' or 'undefined',
|
||||
assume item is undefined and return None.
|
||||
:return: Either None, the original item or unquoted item
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user