Skip to content

Commit 7e73916

Browse files
committed
fix flake8
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
1 parent cc273c2 commit 7e73916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcpgateway/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8299,7 +8299,7 @@ async def admin_test_gateway(request: GatewayTestRequest, team_id: Optional[str]
82998299
"url": full_url,
83008300
"headers": headers
83018301
}
8302-
8302+
83038303
if request.body is not None:
83048304
if content_type == "application/x-www-form-urlencoded":
83058305
# Set proper content type header and use data parameter for form encoding

0 commit comments

Comments
 (0)