Skip to content
Snippets Groups Projects
Commit afc74cd3 authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Import router first to avoid circular import issue

parent 541953cd
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ from pathlib import Path
import unittest
from model_server.base.accessors import generate_file_accessor, write_accessor_data_to_file
from model_server.base.pipelines import segment, segment_zproj
from model_server.base.pipelines import router, segment, segment_zproj
import model_server.conf.testing as conf
from tests.base.test_model import DummySemanticSegmentationModel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment