mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-06 07:05:36 +01:00
Migrate to ruff
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from typing import Protocol, TypeVar, Any, Generic, Sequence, runtime_checkable
|
||||
from typing import Any, Generic, Protocol, Sequence, TypeVar, runtime_checkable
|
||||
|
||||
from fastapi_pagination import Page, Params
|
||||
from fastapi_pagination.bases import AbstractParams
|
||||
|
||||
Reference in New Issue
Block a user