Skip to content

Commit 34728d2

Browse files
Marek DanoMarek Dano
authored andcommitted
fix: lint issues
Signed-off-by: Marek Dano <Marek.Dano@ibm.com>
1 parent 42a79c9 commit 34728d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mcpgateway/services/tool_plugin_binding_service.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def upsert_bindings(
175175
# caller's DELETE by reference will now be a no-op.
176176
if existing.binding_reference_id and policy.binding_reference_id and existing.binding_reference_id != policy.binding_reference_id:
177177
logger.warning(
178-
"binding_reference_id ownership transfer: " "team=%s tool=%s plugin=%s old_ref=%s new_ref=%s — " "DELETE by old_ref will now be a no-op",
178+
"binding_reference_id ownership transfer: team=%s tool=%s plugin=%s old_ref=%s new_ref=%s — DELETE by old_ref will now be a no-op",
179179
team_id,
180180
tool_name,
181181
policy.plugin_id.value,
@@ -278,7 +278,7 @@ def list_bindings(
278278
if binding_reference_id:
279279
if team_id:
280280
logger.warning(
281-
"Both team_id=%r and binding_reference_id=%r supplied to list_bindings; " "team_id will be ignored. Omit team_id when filtering by binding_reference_id.",
281+
"Both team_id=%r and binding_reference_id=%r supplied to list_bindings; team_id will be ignored. Omit team_id when filtering by binding_reference_id.",
282282
team_id,
283283
binding_reference_id,
284284
)

0 commit comments

Comments
 (0)