Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Jun 27, 2023
1 parent 8f95888 commit d09e33a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/deepsparse/pipelines/test_dynamic_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
import os

import pytest
from deepsparse.pipeline import _REGISTERED_PIPELINES, Pipeline
from deepsparse.base_pipeline import _REGISTERED_PIPELINES
from deepsparse.pipeline import Pipeline
from deepsparse.tasks import _split_dir_and_name, dynamic_import_task


Expand Down

0 comments on commit d09e33a

Please sign in to comment.