isort
This commit is contained in:
parent
b5aa2dd371
commit
698299af9d
@ -13,14 +13,12 @@
|
||||
# limitations under the License.
|
||||
|
||||
import os
|
||||
|
||||
from .config_exception import ConfigException
|
||||
from .incluster_config import load_incluster_config
|
||||
from .kube_config import (
|
||||
list_kube_config_contexts,
|
||||
load_kube_config,
|
||||
load_kube_config_from_dict,
|
||||
new_client_from_config,
|
||||
KUBE_CONFIG_DEFAULT_LOCATION)
|
||||
from .kube_config import (KUBE_CONFIG_DEFAULT_LOCATION,
|
||||
list_kube_config_contexts, load_kube_config,
|
||||
load_kube_config_from_dict, new_client_from_config)
|
||||
|
||||
|
||||
def load_config(**kwargs):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user