Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
abyrne committed Jan 3, 2024
1 parent 3e216c9 commit e2f0528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dioptra/restapi/job/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from dioptra.restapi.db import db
from dioptra.restapi.experiment.errors import ExperimentDoesNotExistError
from dioptra.restapi.experiment.service import ExperimentNameService
from dioptra.restapi.models import Experiment, Queue
from dioptra.restapi.models import Queue
from dioptra.restapi.queue.service import QueueNameService
from dioptra.restapi.shared.rq.service import RQService
from dioptra.restapi.shared.s3.service import S3Service
Expand Down

0 comments on commit e2f0528

Please sign in to comment.