Skip to content

Commit 18c4741

Browse files
committed
add missing comma
1 parent 4053be0 commit 18c4741

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
'License :: OSI Approved :: MIT License',
3232
]
3333
dependencies = [
34-
'numpy'
34+
'numpy',
3535
]
3636

3737
[project.optional-dependencies]

0 commit comments

Comments
 (0)