fix(fc3c): ruff — split SyncSession import, StrEnum, ASYNC240 noqa, blank-line

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-20 20:50:38 -04:00
parent 95df9be60e
commit 29598c3f9a
3 changed files with 11 additions and 8 deletions
-1
View File
@@ -14,7 +14,6 @@ from __future__ import annotations
from dataclasses import dataclass
from pathlib import Path
JPEG_HEAD = b"\xff\xd8\xff"
JPEG_TAIL = b"\xff\xd9"