Skip to content

Commit

Permalink
Added an additional comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
alxmrs committed Jul 11, 2022
1 parent bc1af8c commit 804134a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def get_portability_package_data():
'dataframe': ['pandas>=1.0,<1.5'],
'dask': [
'dask >= 2022.6',
'distributed >= 2022.6'
'distributed >= 2022.6',
],
},
zip_safe=False,
Expand Down

0 comments on commit 804134a

Please sign in to comment.