remove unused imports

This commit is contained in:
TerminalMan
2024-09-11 18:00:29 +01:00
parent 0d7459191c
commit c6f9806ec6
8 changed files with 4 additions and 10 deletions

View File

@@ -11,7 +11,6 @@ from typing import Optional
from uuid import uuid4
from common.tabby_config import config
from common.utils import unwrap
class TabbyRequestErrorMessage(BaseModel):