Skip to content

Commit 3ff446b

Browse files
committed
Update pycodestyle
1 parent 6dc991d commit 3ff446b

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

examples/create_deployment.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from os import path
1616

1717
import yaml
18-
1918
from kubernetes import client, config
2019

2120

examples/deployment_examples.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from os import path
1616

1717
import yaml
18-
1918
from kubernetes import client, config
2019

2120
DEPLOYMENT_NAME = "nginx-deployment"

kubernetes/utils/create_from_yaml.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818
from os import path
1919

2020
import yaml
21-
from six import iteritems
22-
2321
from kubernetes import client
22+
from six import iteritems
2423

2524

2625
def create_from_yaml(k8s_client, yaml_file, verbose=False, **kwargs):

0 commit comments

Comments
 (0)