Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
limdauto committed Apr 18, 2020
1 parent 981a223 commit 2b6efd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package/tests/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@
from toposort import CircularDependencyError

from kedro_viz import server
from kedro_viz.server import _allocate_port, format_pipeline_data
from kedro_viz.server import _allocate_port, _sort_layers, format_pipeline_data
from kedro_viz.utils import WaitForException
from package.kedro_viz.server import _sort_layers

EXPECTED_PIPELINE_DATA = {
"edges": [
Expand Down

0 comments on commit 2b6efd7

Please sign in to comment.