1
0
Fork 0
forked from sr2/cloud-api

minor: ruff formatter

All changes are either:
- Correcting tabs
- Adding/removing line breaks
- Adding trailing commas
This commit is contained in:
Chris Milne 2026-06-08 15:31:37 +01:00
parent b2e5dd2ebb
commit c689ac1e10
91 changed files with 1710 additions and 689 deletions

View file

@ -1,3 +1,3 @@
"""
Configurations for the admin module
"""
"""

View file

@ -1,3 +1,3 @@
"""
Constants for the admin module
"""
"""

View file

@ -1,3 +1,3 @@
"""
Dependencies for the admin module
"""
"""

View file

@ -1,3 +1,3 @@
"""
Custom exceptions for the admin module
"""
"""

View file

@ -1,3 +1,3 @@
"""
Database models for the admin module
"""
"""

View file

@ -4,6 +4,7 @@ Router endpoints for the admin module
Exports:
- router: fastapi.APIRouter
"""
from fastapi import APIRouter
router = APIRouter(

View file

@ -1,3 +1,3 @@
"""
Pydantic models for the admin module
"""
"""

View file

@ -1,3 +1,3 @@
"""
Module specific business logic for the admin module
"""
"""

View file

@ -1,3 +1,3 @@
"""
Non-business logic reusable functions and classes for the admin module
"""
"""