Skip to content

Commit 21cd3bf

Browse files
style: clean unused import and blank lines in catalog tests
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent ab9e5c4 commit 21cd3bf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/create-awesome-python-app/tests/test_catalog_fetch.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from __future__ import annotations
44

55
import json
6-
import os
76
from pathlib import Path
87
from unittest.mock import patch
98

@@ -19,6 +18,8 @@
1918
FIXTURE_PATH = (
2019
Path(__file__).resolve().parents[3] / "fixtures" / "catalog" / "templates.json"
2120
)
21+
22+
2223
@pytest.fixture(autouse=True)
2324
def _reset_cache(tmp_path: Path, monkeypatch: pytest.MonkeyPatch) -> None:
2425
reset_catalog_cache_for_tests()

0 commit comments

Comments
 (0)