lint: apply manual ruff cleanup (non-preview files)

This commit is contained in:
2026-04-26 06:16:42 +00:00
parent 18ee0f3f56
commit 942b54d795
29 changed files with 169 additions and 223 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
import base64
import hashlib
import hmac
import re
import struct
from pathlib import Path
from time import time
@@ -94,7 +93,7 @@ def _session_cookie_header(username: str) -> dict[str, str]:
return {"Cookie": f"s={token}"}
@pytest.fixture()
@pytest.fixture
def setup_storage(tmp_path: Path):
user = config.User()
auth.set_password(user, "secret")