Remove unnecessary string literal concatenations (#30360)
This commit is contained in:
parent
cac750066a
commit
e6388e186c
183 changed files with 362 additions and 393 deletions
|
@ -182,7 +182,7 @@ def mocked_requests_get(*args, **kwargs):
|
|||
"sqliteVersion": "3.16.2",
|
||||
"urlBase": "",
|
||||
"runtimeVersion": (
|
||||
"4.6.1 " "(Stable 4.6.1.3/abb06f1 " "Mon Oct 3 07:57:59 UTC 2016)"
|
||||
"4.6.1 (Stable 4.6.1.3/abb06f1 Mon Oct 3 07:57:59 UTC 2016)"
|
||||
),
|
||||
},
|
||||
200,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue