Skip to content

Commit f74a279

Browse files
committed
Fix linter error
1 parent 12a2b93 commit f74a279

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/action/server_info.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ def run(self, tmp=None, task_vars=None):
2828
if not connection_type or not connection_type.endswith(".mcp"):
2929
raise AnsibleActionFail(
3030
"Connection type %s is not valid for server_info module, "
31-
"please use fully qualified name of MCP connection type."
32-
% connection_type
31+
"please use fully qualified name of MCP connection type." % connection_type
3332
)
3433

3534
# Get socket path from connection

0 commit comments

Comments
 (0)