Skip to content

Commit ade1629

Browse files
Chris Houseknechtfabianvf
authored andcommitted
Lint fix
1 parent d987ecd commit ade1629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift/helper/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def set_client_config(self, **auth):
120120
for key in auth_keys:
121121
if auth.get(key) is not None:
122122
if key == 'api_key':
123-
self.api_client.configuration.api_key = {'authorization': "Bearer %s" % auth.pop('api_key')}
123+
self.api_client.configuration.api_key = {'authorization': "Bearer %s" % auth.pop('api_key')}
124124
else:
125125
setattr(self.api_client.configuration, key, auth[key])
126126

0 commit comments

Comments
 (0)