Skip to content

Commit 42f36f3

Browse files
committed
fix black and pyflakes formatting issues
1 parent c6edb62 commit 42f36f3

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

tests/test_basic.py

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -307,23 +307,17 @@ def test_material_theme_no_locale(tmp_path):
307307

308308
def test_type_timeago(tmp_path):
309309
# type: 'timeago'
310-
testproject_path = validate_mkdocs_file(
311-
tmp_path, "tests/basic_setup/mkdocs_timeago.yml"
312-
)
310+
validate_mkdocs_file(tmp_path, "tests/basic_setup/mkdocs_timeago.yml")
313311

314312

315313
def test_type_datetime(tmp_path):
316314
# type: 'datetime'
317-
testproject_path = validate_mkdocs_file(
318-
tmp_path, "tests/basic_setup/mkdocs_datetime.yml"
319-
)
315+
validate_mkdocs_file(tmp_path, "tests/basic_setup/mkdocs_datetime.yml")
320316

321317

322318
def test_type_unknown(tmp_path):
323319
with pytest.raises(AssertionError):
324-
testproject_path = validate_mkdocs_file(
325-
tmp_path, "tests/basic_setup/mkdocs_unknown_type.yml"
326-
)
320+
validate_mkdocs_file(tmp_path, "tests/basic_setup/mkdocs_unknown_type.yml")
327321

328322

329323
def test_low_fetch_depth(tmp_path, caplog):

0 commit comments

Comments
 (0)