Skip to content

Commit 8cfcbb4

Browse files
Update setup.py to include trailing comma
Added a trailing comma to the slowapi dependency in setup.py for improved readability and to adhere to PEP 8 style guidelines. This change helps maintain consistency in the codebase.
1 parent c953a3f commit 8cfcbb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"pytest-asyncio>=0.23.0",
2121
"httpx>=0.26.0", # For testing FastAPI endpoints
2222
"python-dotenv>=1.0.0", # For loading environment variables
23-
"slowapi>=0.1.9"
23+
"slowapi>=0.1.9",
2424
],
2525
"dev": [
2626
"black>=25.0.0",

0 commit comments

Comments
 (0)