Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
maaktweluit committed Jun 27, 2019
1 parent fdc7a53 commit 0d397ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from ..playbook import Playbook as NodeTestPlaybook
from ....test_config_base import NodeId
from scripts.node_integration_tests.playbooks.test_config_base import NodeId


class Playbook(NodeTestPlaybook):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from ....test_config_base import TestConfigBase
from scripts.node_integration_tests.playbooks.test_config_base import \
TestConfigBase


class TestConfig(TestConfigBase):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from ....test_config_base import TestConfigBase
from scripts.node_integration_tests.playbooks.test_config_base import \
TestConfigBase


class TestConfig(TestConfigBase):
Expand Down

0 comments on commit 0d397ab

Please sign in to comment.