Minor lint fix

pull/6/head
Konstantinos Tsakalozos 2017-12-19 09:13:28 +02:00
parent 8d24ce1137
commit f4e8385a3b
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ from charms.reactive import hook
from charms.reactive import remove_state
from charms.reactive import set_state
from charms.reactive import is_state
from charms.reactive import when, when_any, when_not, when_all
from charms.reactive import when, when_any, when_not
from charms.reactive.helpers import data_changed, any_file_changed
from charms.kubernetes.common import get_version
from charms.kubernetes.common import retry