fix syntax warning

This commit is contained in:
Shamil Arslanov 2025-01-22 18:46:35 +05:00 committed by GitHub
parent e8785a3e3d
commit eacce07e9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 12 additions and 12 deletions

View File

@ -7459,7 +7459,7 @@ class GetAllRequest(Request):
:param parent: Parent ID :param parent: Parent ID
:type parent: str :type parent: str
:param status_changed: List of status changed constraint strings (utcformat, :param status_changed: List of status changed constraint strings (utcformat,
epoch) with an optional prefix modifier (\>,\>=, \<, \<=) epoch) with an optional prefix modifier (>, >=, <, <=)
:type status_changed: Sequence[str] :type status_changed: Sequence[str]
:param search_text: Free text search query :param search_text: Free text search query
:type search_text: str :type search_text: str
@ -7565,7 +7565,7 @@ class GetAllRequest(Request):
"type": ["array", "null"], "type": ["array", "null"],
}, },
"status_changed": { "status_changed": {
"description": "List of status changed constraint strings (utcformat, epoch) with an optional prefix modifier (\>,\>=, \<, \<=)", "description": "List of status changed constraint strings (utcformat, epoch) with an optional prefix modifier (>, >=, <, <=)",
"items": {"pattern": "^(>=|>|<=|<)?.*$", "type": "string"}, "items": {"pattern": "^(>=|>|<=|<)?.*$", "type": "string"},
"type": ["array", "null"], "type": ["array", "null"],
}, },

View File

@ -7825,7 +7825,7 @@ class GetAllRequest(Request):
:param parent: Parent ID :param parent: Parent ID
:type parent: str :type parent: str
:param status_changed: List of status changed constraint strings (utcformat, :param status_changed: List of status changed constraint strings (utcformat,
epoch) with an optional prefix modifier (\>,\>=, \<, \<=) epoch) with an optional prefix modifier (>, >=, <, <=)
:type status_changed: Sequence[str] :type status_changed: Sequence[str]
:param search_text: Free text search query :param search_text: Free text search query
:type search_text: str :type search_text: str
@ -7971,8 +7971,8 @@ class GetAllRequest(Request):
}, },
"status_changed": { "status_changed": {
"description": ( "description": (
"List of status changed constraint strings (utcformat, epoch) with an optional prefix modifier (\>," "List of status changed constraint strings (utcformat, epoch) with an optional prefix modifier (>,"
" \>=, \<, \<=)" ">=, <, <=)"
), ),
"items": {"pattern": "^(>=|>|<=|<)?.*$", "type": "string"}, "items": {"pattern": "^(>=|>|<=|<)?.*$", "type": "string"},
"type": ["array", "null"], "type": ["array", "null"],

View File

@ -2179,7 +2179,7 @@ class GetAllRequest(Request):
:param uri: List of model URIs :param uri: List of model URIs
:type uri: Sequence[str] :type uri: Sequence[str]
:param last_update: List of last_update constraint strings (utcformat, epoch) :param last_update: List of last_update constraint strings (utcformat, epoch)
with an optional prefix modifier (\>,\>=, \<, \<=) with an optional prefix modifier (>, >=, <, <=)
:type last_update: Sequence[str] :type last_update: Sequence[str]
:param _all_: Multi-field pattern condition (all fields match pattern) :param _all_: Multi-field pattern condition (all fields match pattern)
:type _all_: MultiFieldPatternData :type _all_: MultiFieldPatternData
@ -2243,7 +2243,7 @@ class GetAllRequest(Request):
"last_update": { "last_update": {
"description": ( "description": (
"List of last_update constraint strings, or a single string (utcformat, epoch) with an optional prefix " "List of last_update constraint strings, or a single string (utcformat, epoch) with an optional prefix "
"modifier (\>,\>=, \<, \<=)" "modifier (>, >=, <, <=)"
), ),
"items": {"pattern": "^(>=|>|<=|<)?.*$", "type": "string"}, "items": {"pattern": "^(>=|>|<=|<)?.*$", "type": "string"},
"type": ["string", "array", "null"], "type": ["string", "array", "null"],

View File

@ -8070,7 +8070,7 @@ class GetAllRequest(Request):
:param parent: Parent ID :param parent: Parent ID
:type parent: str :type parent: str
:param status_changed: List of status changed constraint strings (utcformat, :param status_changed: List of status changed constraint strings (utcformat,
epoch) with an optional prefix modifier (\>,\>=, \<, \<=) epoch) with an optional prefix modifier (>, >=, <, <=)
:type status_changed: Sequence[str] :type status_changed: Sequence[str]
:param search_text: Free text search query :param search_text: Free text search query
:type search_text: str :type search_text: str
@ -8219,7 +8219,7 @@ class GetAllRequest(Request):
"status_changed": { "status_changed": {
"description": ( "description": (
"List of status changed constraint strings, or a single string (utcformat, epoch) with an optional prefix modifier " "List of status changed constraint strings, or a single string (utcformat, epoch) with an optional prefix modifier "
"(\>,\>=, \<, \<=)" "(>, >=, <, <=)"
), ),
"items": {"pattern": "^(>=|>|<=|<)?.*$", "type": "string"}, "items": {"pattern": "^(>=|>|<=|<)?.*$", "type": "string"},
"type": ["string", "array", "null"], "type": ["string", "array", "null"],

View File

@ -5371,7 +5371,7 @@ class GetAllRequest(Request):
:param parent: Parent ID :param parent: Parent ID
:type parent: str :type parent: str
:param status_changed: List of status changed constraint strings (utcformat, :param status_changed: List of status changed constraint strings (utcformat,
epoch) with an optional prefix modifier (\>,\>=, \<, \<=) epoch) with an optional prefix modifier (>, >=, <, <=)
:type status_changed: Sequence[str] :type status_changed: Sequence[str]
:param search_text: Free text search query :param search_text: Free text search query
:type search_text: str :type search_text: str
@ -5477,7 +5477,7 @@ class GetAllRequest(Request):
'type': ['array', 'null'], 'type': ['array', 'null'],
}, },
'status_changed': { 'status_changed': {
'description': 'List of status changed constraint strings (utcformat, epoch) with an optional prefix modifier (\>,\>=, \<, \<=)', 'description': 'List of status changed constraint strings (utcformat, epoch) with an optional prefix modifier (>, >=, <, <=)',
'items': {'pattern': '^(>=|>|<=|<)?.*$', 'type': 'string'}, 'items': {'pattern': '^(>=|>|<=|<)?.*$', 'type': 'string'},
'type': ['array', 'null'], 'type': ['array', 'null'],
}, },

View File

@ -1 +1 @@
__version__ = "1.17.1" __version__ = "1.17.2"