Skip to content

Commit 5c4027f

Browse files
committed
formatting
1 parent f9d95f3 commit 5c4027f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

scripts/populate_tox/config.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,13 @@
5858
"fastapi": {
5959
"package": "fastapi",
6060
"deps": {
61-
"*": ["httpx", "pytest-asyncio", "python-multipart", "requests", "anyio<4"],
61+
"*": [
62+
"httpx",
63+
"pytest-asyncio",
64+
"python-multipart",
65+
"requests",
66+
"anyio<4",
67+
],
6268
},
6369
},
6470
"flask": {

0 commit comments

Comments
 (0)