Skip to content

Commit ee38f10

Browse files
committed
Fix lint error in setup.py
1 parent 3a63b4a commit ee38f10

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
@@ -30,7 +30,7 @@
3030
"requests",
3131
"httpx",
3232
"shapely",
33-
"pystac[validation]==1.*"
33+
"pystac[validation]==1.*",
3434
],
3535
"docs": ["mkdocs", "mkdocs-material", "pdocs"],
3636
"server": ["uvicorn[standard]==0.17.0"],

0 commit comments

Comments
 (0)