Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Nov 11, 2024
1 parent fb4119a commit cdb2d81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/plugins/modules/common/vmware_object_mocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ def __init__(self):
self.dpmConfigInfo = None
self.drsConfig = None


class MockCluster():
def __init__(self, name = "test"):
def __init__(self, name="test"):
self.configurationEx = MockClusterConfiguration()
self.host = []

Expand Down

0 comments on commit cdb2d81

Please sign in to comment.