Skip to content

Commit 793efd7

Browse files
author
Justin Boswell
committed
Removed trailing comma from setup call
1 parent 361d7ad commit 793efd7

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
@@ -266,5 +266,5 @@ def awscrt_ext():
266266
test_suite='test',
267267
tests_require=[
268268
'boto3'
269-
],
269+
]
270270
)

0 commit comments

Comments
 (0)