Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mihow committed Dec 6, 2024
1 parent 2cfd591 commit afb946f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions trapdata/api/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
from trapdata.api.api import (
PIPELINE_CHOICES,
PipelineChoice,
PipelineConfig,
PipelineRequest,
PipelineResponse,
SourceImageRequest,
app,
)
from trapdata.api.schemas import PipelineConfig, SourceImageRequest
from trapdata.api.tests.image_server import StaticFileTestServer
from trapdata.ml.models.classification import SpeciesClassifier
from trapdata.tests import TEST_IMAGES_BASE_PATH
Expand Down

0 comments on commit afb946f

Please sign in to comment.