Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
korgan00 committed Nov 26, 2024
1 parent 46512ae commit 77dccdd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/experimental/test_docker_experimental.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
import os
import tarfile

from pytest import fixture, raises, mark
from pytest import fixture, mark
from testcontainers.compose import DockerCompose

from qiskit.circuit.random import random_circuit

from qiskit_serverless import ServerlessClient, QiskitFunction
from qiskit_serverless.exception import QiskitServerlessException

resources_path = os.path.join(
os.path.dirname(os.path.abspath(__file__)), "./source_files"
Expand Down

0 comments on commit 77dccdd

Please sign in to comment.