Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SK1Y101 committed Jul 25, 2024
1 parent 3b4613c commit d5bcfac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/module_utils/vmhost.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def send_compose_request(self, module, client, payload):
).json
return results

def send_refresh_request(self, module, client, payload = {}):
def send_refresh_request(self, module, client, payload={}):
results = client.post(
f"/api/2.0/vm-hosts/{self.id}/",
query={"op": "refresh"},
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ profile = "black"

[tool.flake8]
exclude = ["tests/output/"]
ignore = ["E203", "E266", "E402", "E501", "W503", "W504"]
ignore = ["E201", "E202", "E203", "E266", "E402", "E501", "W503", "W504"]

0 comments on commit d5bcfac

Please sign in to comment.