mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-09 01:13:10 -05:00
chore: update linters (#2095)
* update deps * ruff auto-fixes * refactor match statements where possible
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
import asyncio
|
||||
import logging
|
||||
from asyncio import ensure_future
|
||||
from collections.abc import Callable, Coroutine
|
||||
from functools import wraps
|
||||
from traceback import format_exception
|
||||
from typing import Any, Callable, Coroutine
|
||||
from typing import Any
|
||||
|
||||
from starlette.concurrency import run_in_threadpool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user