Skip to content

Commit 8883fbb

Browse files
committed
Fix ruff format check
1 parent ee6a840 commit 8883fbb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pointblank/draft.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@ def __post_init__(self) -> None:
258258
)
259259

260260
# Read the API/examples text from a file
261-
with files("pointblank.data").joinpath("api-docs.txt").open(
262-
encoding="utf-8"
263-
) as f: # pragma: no cover
261+
with (
262+
files("pointblank.data").joinpath("api-docs.txt").open(encoding="utf-8") as f
263+
): # pragma: no cover
264264
api_and_examples_text = f.read()
265265

266266
# Get the model name from the `model` value

0 commit comments

Comments
 (0)