Small cleanup.
This commit is contained in:
parent
736e0ae332
commit
b3d6009eb8
1 changed files with 0 additions and 3 deletions
|
|
@ -4,9 +4,6 @@ import os
|
||||||
from dataclasses import dataclass, asdict
|
from dataclasses import dataclass, asdict
|
||||||
from typing import Optional, BinaryIO, List, TypeVar, Type
|
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 table
|
||||||
MIMETYPE_SUBSTITUTIONS = {
|
MIMETYPE_SUBSTITUTIONS = {
|
||||||
"application/excel": "application/vnd.ms-excel",
|
"application/excel": "application/vnd.ms-excel",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue