Auto-update: Thu Jul 25 01:29:41 PDT 2024
This commit is contained in:
parent
0be1915aeb
commit
5d6428302f
1 changed files with 0 additions and 11 deletions
|
@ -158,17 +158,6 @@ class Configuration(BaseModel):
|
||||||
arbitrary_types_allowed = True
|
arbitrary_types_allowed = True
|
||||||
|
|
||||||
|
|
||||||
from pydantic import BaseModel, Field
|
|
||||||
from typing import Any, Dict, List, Union
|
|
||||||
from pathlib import Path
|
|
||||||
import yaml
|
|
||||||
import re
|
|
||||||
import os
|
|
||||||
import asyncpg
|
|
||||||
from contextlib import asynccontextmanager
|
|
||||||
from sijapi import TS_ID
|
|
||||||
import traceback
|
|
||||||
|
|
||||||
class APIConfig(BaseModel):
|
class APIConfig(BaseModel):
|
||||||
HOST: str
|
HOST: str
|
||||||
PORT: int
|
PORT: int
|
||||||
|
|
Loading…
Reference in a new issue