Skip to content

Commit 698299a

Browse files
committed
isort
1 parent b5aa2dd commit 698299a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

config/__init__.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
# limitations under the License.
1414

1515
import os
16+
1617
from .config_exception import ConfigException
1718
from .incluster_config import load_incluster_config
18-
from .kube_config import (
19-
list_kube_config_contexts,
20-
load_kube_config,
21-
load_kube_config_from_dict,
22-
new_client_from_config,
23-
KUBE_CONFIG_DEFAULT_LOCATION)
19+
from .kube_config import (KUBE_CONFIG_DEFAULT_LOCATION,
20+
list_kube_config_contexts, load_kube_config,
21+
load_kube_config_from_dict, new_client_from_config)
2422

2523

2624
def load_config(**kwargs):

0 commit comments

Comments
 (0)