mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-10 10:20:22 +01:00
Migrate to ruff
This commit is contained in:
@@ -4,7 +4,7 @@ from typing import Optional
|
||||
import ormar
|
||||
from sqlalchemy import text
|
||||
|
||||
from core.db import metadata, database
|
||||
from core.db import database, metadata
|
||||
|
||||
|
||||
class BaseMeta(ormar.ModelMeta):
|
||||
|
||||
Reference in New Issue
Block a user