Skip to content

Commit a0f21fb

Browse files
author
leake
committed
Fixing ruff format errors.
1 parent c7490dc commit a0f21fb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/cli_test.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import os
21
from pathlib import Path
32
from tempfile import NamedTemporaryFile
43
from os import system
@@ -53,7 +52,7 @@
5352
"""
5453

5554

56-
def test_simple_header_cli(capsys):
55+
def test_simple_header_cli():
5756
# Run pybind11-mkdoc and put the output in a temp file
5857
tf = NamedTemporaryFile(suffix=".h")
5958
header = DIR / "sample_header_docs" / "sample_header.h"
@@ -68,7 +67,7 @@ def test_simple_header_cli(capsys):
6867

6968
assert res == expected
7069

71-
def test_simple_header_with_spaces_cli(capsys):
70+
def test_simple_header_with_spaces_cli():
7271
# Run pybind11-mkdoc and put the output in a temp file
7372
tf = NamedTemporaryFile(suffix=".h")
7473
header = DIR / "sample_header_docs" / "sample header with spaces.h"

0 commit comments

Comments
 (0)