✏️ Remove paste-fail artifact

This commit is contained in:
Brian Wiborg 2025-09-27 16:25:22 +02:00
parent a7a792b7b2
commit 42f7713345
No known key found for this signature in database

View file

@ -235,8 +235,6 @@ In your `routes.py`:
```python
from ohmyapi.router import APIRouter, Depends
from ohmyapi_auth.models import User
from ohmyapi_auth import (
models as auth,
permissions,