Skip to content

Commit 1fdb164

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request kubernetes#57376 from juju-solutions/bug/more-lint
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Minor lint fix on Juju master **What this PR does / why we need it**: Fix lint error in master **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # **Special notes for your reviewer**: **Release note**: ```NONE ```
2 parents 622386e + f4e8385 commit 1fdb164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/juju/layers/kubernetes-master/reactive/kubernetes_master.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
from charms.reactive import remove_state
4040
from charms.reactive import set_state
4141
from charms.reactive import is_state
42-
from charms.reactive import when, when_any, when_not, when_all
42+
from charms.reactive import when, when_any, when_not
4343
from charms.reactive.helpers import data_changed, any_file_changed
4444
from charms.kubernetes.common import get_version
4545
from charms.kubernetes.common import retry

0 commit comments

Comments
 (0)