Skip to content

Commit baee764

Browse files
dshoen619claude
andcommitted
style: satisfy ruff-format on conftest.py (PER-15243)
The autouse throttle-reset fixture sits directly above a module-level `if`; ruff-format (the pre-commit hook, distinct from ruff check) requires two blank lines there. Whitespace only. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 88679bc commit baee764

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

horizon/tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def _reset_operational_warn_throttle():
3838
_authentication.reset_operational_warn_throttle()
3939
yield
4040

41+
4142
if "stream_writer" in inspect.signature(_ClientResponse.__init__).parameters:
4243

4344
class _StreamWriterCompatClientResponse(_ClientResponse):

0 commit comments

Comments
 (0)