mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-03 05:03:43 +08:00
Fix flake8 errors in mbs-cli
This commit is contained in:
@@ -30,7 +30,6 @@ from pprint import pprint
|
||||
import json
|
||||
import requests
|
||||
import argparse
|
||||
import sys
|
||||
import requests.exceptions
|
||||
from six.moves import urllib_parse
|
||||
|
||||
@@ -264,7 +263,7 @@ def create_mbs_client(args):
|
||||
mbs_url = args.server
|
||||
|
||||
auth_mech = MBSCli.get_auth_mech(mbs_url)
|
||||
openidc_token=None
|
||||
openidc_token = None
|
||||
|
||||
if auth_mech == AuthMech.OpenIDC:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user