project: ruff check and format

This commit is contained in:
Chris Milne 2026-06-15 09:45:55 +01:00
parent 0a9d941eea
commit 1e906fc3f0
27 changed files with 93 additions and 63 deletions

View file

@ -5,6 +5,7 @@ Exports:
- UnprocessableContentException
- ConflictException
"""
from typing import Optional
from fastapi import HTTPException, status