Skip to content

Commit cc6bd5d

Browse files
committed
fix format
1 parent 1eb2f8d commit cc6bd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
keywords=project['keywords'],
3838
author=project['authors'][0]['name'],
3939
author_email=project['authors'][0]['email'],
40-
maintainer=", ".join([maintainer["name"] for maintainer in project['maintainers']]),
40+
maintainer=', '.join([maintainer['name'] for maintainer in project['maintainers']]),
4141
url=project['urls']['Homepage'],
4242
package_data={'appium': ['py.typed']},
4343
packages=find_packages(include=['appium*']),

0 commit comments

Comments
 (0)