chore: Remove deprecated type aliases and run as pre-commit (#79)

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi
2025-03-07 15:46:52 +01:00
committed by GitHub
parent c95db36438
commit 7e75919ae8
10 changed files with 38 additions and 34 deletions

View File

@@ -3,8 +3,9 @@ import os
import shutil
import tempfile
import time
from collections.abc import Iterable
from pathlib import Path
from typing import Iterable, Union
from typing import Union
from fastapi import BackgroundTasks, HTTPException
from fastapi.responses import FileResponse