Skip to content

Commit 2f98ecf

Browse files
committed
clean up duplicated imports
1 parent 1870b89 commit 2f98ecf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/bloqade/analog/task/exclusive.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import os
22
import abc
33
import uuid
4-
import json
54
import re
65

76
from beartype.typing import Dict
@@ -15,10 +14,8 @@
1514
QuEraTaskStatusCode,
1615
)
1716
from bloqade.analog.submission.ir.task_specification import QuEraTaskSpecification
18-
from requests import Response, request, get
17+
from requests import request, get
1918
from bloqade.analog.serialize import Serializer
20-
from bloqade.analog.builder.base import ParamType
21-
2219

2320
class HTTPHandlerABC:
2421
@abc.abstractmethod

0 commit comments

Comments
 (0)