Skip to content

Commit 13c3ed3

Browse files
committed
style: fix Black formatting in kong_rate_limiting.py
1 parent ead9fcc commit 13c3ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kong_mcp_server/tools/kong_rate_limiting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async def create_rate_limiting_plugin(
6565
"fault_tolerant": fault_tolerant,
6666
"hide_client_headers": hide_client_headers,
6767
}
68-
68+
6969
# Add header configuration for header-based limiting
7070
if header_name is not None:
7171
config["header_name"] = header_name

0 commit comments

Comments
 (0)