fix linter exceptions

This commit is contained in:
Robert Kaussow 2023-03-20 10:28:17 +01:00
parent fd100ce3b5
commit 9fa3565a5a
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class Discovery():
elif pve_type == "pool":
names = [pool["poolid"] for pool in pve_list]
return names # noqa
return names
def _get_variables(self, pve_list, pve_type):
variables = {}