fix linter complaint about unexpected spaces around keyword / parameter equals

master
Adeeb Shihadeh 2020-05-31 17:34:34 -07:00
parent 275e76c2b2
commit 8039638482
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ setup(
packages=[
'panda',
],
package_dir = {'panda': 'python'},
package_dir={'panda': 'python'},
platforms='any',
license='MIT',
install_requires=[
@ -52,7 +52,7 @@ setup(
'tqdm >= 4.14.0',
'requests'
],
ext_modules = [],
ext_modules=[],
description="Code powering the comma.ai panda",
long_description='See https://github.com/commaai/panda',
classifiers=[