Linting with ruff.

This commit is contained in:
Frédéric Tronel
2026-08-30 17:24:26 +02:00
parent ae1a040590
commit e1ac3e48bb
3 changed files with 25 additions and 56 deletions
+3 -2
View File
@@ -4,12 +4,13 @@
from dataclasses import dataclass
from datetime import timedelta
from pathlib import Path
from enum import IntEnum, unique
from typing import BinaryIO, IO
from pathlib import Path
from typing import IO, BinaryIO
from tscut.h264.avc import AVCDecoderConfiguration
@unique
class SupportedFormat(IntEnum):
TS = 1