chore: update linters (#2095)

* update deps

* ruff auto-fixes

* refactor match statements where possible
This commit is contained in:
Hayden
2023-02-05 09:51:44 -09:00
committed by GitHub
parent d5efaad2c3
commit f3a26f864d
11 changed files with 81 additions and 104 deletions

View File

@@ -1,7 +1,8 @@
from __future__ import annotations
from collections.abc import Iterable
from math import ceil
from typing import Any, Generic, Iterable, TypeVar
from typing import Any, Generic, TypeVar
from fastapi import HTTPException
from pydantic import UUID4, BaseModel