Migrate to ruff

This commit is contained in:
2023-01-08 00:01:53 +01:00
parent d2d4c85737
commit db82fc6951
12 changed files with 450 additions and 87 deletions

View File

@@ -1,10 +1,9 @@
from fastapi import APIRouter, HTTPException, status, Depends
from fastapi import APIRouter, Depends, HTTPException, status
from app.depends import check_token
from app.models import CachePrivileges, Service, Statuses
from app.serializers import ServiceCreate, ServiceDetail
# TODO: add redis cache