Skip to content

Commit 8d6c809

Browse files
committed
Run ruff format on changed files
1 parent 3a051b6 commit 8d6c809

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

miio/tests/test_device_cache.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ def test_non_int_seq_returns_zero(self, cache_dir: Path) -> None:
6262

6363

6464
class TestWriteCache:
65-
def test_creates_directory(self, tmp_path: Path, monkeypatch: pytest.MonkeyPatch) -> None:
65+
def test_creates_directory(
66+
self, tmp_path: Path, monkeypatch: pytest.MonkeyPatch
67+
) -> None:
6668
nested = tmp_path / "sub" / "dir"
6769
monkeypatch.setattr("miio.device_cache.CACHE_DIR", nested)
6870
write_cache("192.168.1.1", DeviceState(seq=5))

0 commit comments

Comments
 (0)