Skip to content

Commit

Permalink
Revert load() kwargs
Browse files Browse the repository at this point in the history
- Sadly it doesn't really work
  • Loading branch information
pehala committed Nov 15, 2023
1 parent 09b32a5 commit 3fe57e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testsuite/config/openshift_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ def inject_client(obj, base_client, path):
obj[path] = base_client


def load(obj, **_):
# pylint: disable=unused-argument, too-many-locals
def load(obj, env=None, silent=True, key=None, filename=None):
"""Creates all OpenShift clients"""
section = obj.setdefault("cluster", {})
client = OpenShiftClient(
Expand Down

0 comments on commit 3fe57e3

Please sign in to comment.