Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Dec 19, 2024
1 parent b6eab91 commit 22a8e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/module_utils/clients/_pyvmomi.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def __create_service_instance(self, connection_args, username, password, http_pr
session_stub = connect.VimSessionOrientedStub(
smart_stub, connect.VimSessionOrientedStub.makeUserLoginMethod(username, password)
)
service_instance = vim.ServiceInstance('ServiceInstance', session_stub )
service_instance = vim.ServiceInstance('ServiceInstance', session_stub)
else:
connection_args.update(user=username, pwd=password)
service_instance = connect.SmartConnect(**connection_args)
Expand Down

0 comments on commit 22a8e3e

Please sign in to comment.