Small cleanup.

This commit is contained in:
Adam Fourney 2025-03-05 10:42:36 -08:00
parent 736e0ae332
commit b3d6009eb8

View file

@ -4,9 +4,6 @@ import os
from dataclasses import dataclass, asdict
from typing import Optional, BinaryIO, List, TypeVar, Type
# This is a workaround for Self not being available in Python 3.10
T = TypeVar("T", bound="StreamInfo")
# Mimetype substitutions table
MIMETYPE_SUBSTITUTIONS = {
"application/excel": "application/vnd.ms-excel",