Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
iLeonidze committed Jan 11, 2022
1 parent 613f242 commit 9098561
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubemarine/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@

import yaml

from core.cluster import KubernetesCluster
from kubemarine import jinja, thirdparties
from kubemarine.core import utils
from kubemarine.core.executor import RemoteExecutor
from kubemarine.core.yaml_merger import default_merger
from kubemarine.core.group import NodeGroup
from kubemarine.core.group import NodeGroup, NodeGroupResult

# list of plugins owned and managed by kubemarine
oob_plugins = [
Expand Down
1 change: 1 addition & 0 deletions kubemarine/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import fabric
import yaml

from core.annotations import restrict_empty_group
from kubemarine import selinux, kubernetes, packages
from kubemarine.core import utils
from kubemarine.core.cluster import KubernetesCluster
Expand Down

0 comments on commit 9098561

Please sign in to comment.