enable flake8 E251: unexpected spaces around keyword / parameter equals

old-commit-hash: ebed2d1dcc
This commit is contained in:
Adeeb Shihadeh
2020-05-31 17:34:16 -07:00
parent 9823f1164c
commit 8b3418b0f9
9 changed files with 56 additions and 56 deletions
+1 -1
View File
@@ -38,4 +38,4 @@ def api_get(endpoint, method='GET', timeout=None, access_token=None, **params):
headers['User-Agent'] = "openpilot-" + version
return requests.request(method, backend+endpoint, timeout=timeout, headers = headers, params=params)
return requests.request(method, backend+endpoint, timeout=timeout, headers=headers, params=params)