Skip to content

Commit 6edff3a

Browse files
Upstash Boxclaude
andcommitted
style: apply ruff formatting
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e4fea05 commit 6edff3a

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

qstash/asyncio/flow_control.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ async def resume(self, flow_control_key: str) -> None:
6868
parse_response=False,
6969
)
7070

71-
async def pin(
72-
self, flow_control_key: str, options: PinFlowControlOptions
73-
) -> None:
71+
async def pin(self, flow_control_key: str, options: PinFlowControlOptions) -> None:
7472
"""
7573
Pin a processing configuration for a flow-control key.
7674

qstash/flow_control_api.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,7 @@ def resume(self, flow_control_key: str) -> None:
150150
parse_response=False,
151151
)
152152

153-
def pin(
154-
self, flow_control_key: str, options: PinFlowControlOptions
155-
) -> None:
153+
def pin(self, flow_control_key: str, options: PinFlowControlOptions) -> None:
156154
"""
157155
Pin a processing configuration for a flow-control key.
158156
@@ -177,9 +175,7 @@ def pin(
177175
parse_response=False,
178176
)
179177

180-
def unpin(
181-
self, flow_control_key: str, options: UnpinFlowControlOptions
182-
) -> None:
178+
def unpin(self, flow_control_key: str, options: UnpinFlowControlOptions) -> None:
183179
"""
184180
Remove the pinned configuration for a flow-control key.
185181

0 commit comments

Comments
 (0)