Skip to content

Commit

Permalink
Merge pull request #284 from pehala/revert_load_kwargs
Browse files Browse the repository at this point in the history
Revert load() kwargs
  • Loading branch information
pehala authored Nov 16, 2023
2 parents 399d266 + 3fe57e3 commit c80694d
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 c80694d

Please sign in to comment.