adopt ruff formatter (#242)

* adopt ruff formatter

* Fix merge format
This commit is contained in:
Wu Clan
2023-11-22 19:09:08 +08:00
committed by GitHub
parent 447667ccf6
commit 470cd9a9c2
71 changed files with 159 additions and 147 deletions

View File

@ -1,11 +1,12 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import sys
from uuid import uuid4
from fastapi import Depends
from sqlalchemy import URL
from sqlalchemy.ext.asyncio import create_async_engine, AsyncSession, async_sessionmaker
from sqlalchemy.ext.asyncio import AsyncSession, async_sessionmaker, create_async_engine
from typing_extensions import Annotated
from backend.app.common.log import log