Skip to content

Commit 06b090c

Browse files
committed
fix: add missing newline for improved code readability
1 parent 2f98ecf commit 06b090c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bloqade/analog/task/exclusive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
from requests import request, get
1818
from bloqade.analog.serialize import Serializer
1919

20+
2021
class HTTPHandlerABC:
2122
@abc.abstractmethod
2223
def submit_task_via_zapier(task_ir: QuEraTaskSpecification, task_id: str):

0 commit comments

Comments
 (0)