mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 15:49:29 +00:00
feat: Add Method not Allowed handling for generate API and imporove error handling
Refs: OPS-12
This commit is contained in:
parent
0243091b76
commit
edf145c8de
8 changed files with 53 additions and 28 deletions
|
|
@ -1,8 +1,10 @@
|
|||
from typing import Optional
|
||||
from tinydb import TinyDB
|
||||
from pathlib import Path
|
||||
from logging import Logger
|
||||
from __future__ import annotations
|
||||
|
||||
from logging import Logger
|
||||
from pathlib import Path
|
||||
from typing import Optional
|
||||
|
||||
from tinydb import TinyDB
|
||||
from tinydb.queries import QueryImpl
|
||||
|
||||
from senju.haiku import Haiku
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue