Skip to content

Commit d0f3cd3

Browse files
committed
Fixed linting error
1 parent 1b2cabb commit d0f3cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
license='MIT',
4848
keywords='Raspberry Pi',
4949
url='http://www.pimoroni.com',
50-
project_urls={ 'GitHub': 'https://www.github.com/pimoroni/{{LIBNAME}}-python' },
50+
project_urls={'GitHub': 'https://www.github.com/pimoroni/{{LIBNAME}}-python'},
5151
classifiers=classifiers,
5252
packages=['{{LIBNAME}}'],
5353
install_requires=[]

0 commit comments

Comments
 (0)