Skip to content

Commit 900f0ee

Browse files
committed
fix: fix parsing error
1 parent 257e4dd commit 900f0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ style = "pep440"
8888
dev = [
8989
"datamodel-code-generator>=0.30.0",
9090
"mypy>=1.15.0",
91-
"PyJWT>=2.0.0"
91+
"PyJWT>=2.0.0",
9292
"pytest>=8.3.5",
9393
"pytest-asyncio>=0.26.0",
9494
"pytest-cov>=6.1.1",

0 commit comments

Comments
 (0)