Removed unused imports
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
from typing import Literal
|
||||
from fastapi import FastAPI, Request
|
||||
from fastapi.responses import JSONResponse
|
||||
|
||||
from modules.utils import configGet
|
||||
|
||||
class AlbumNotFoundError(Exception):
|
||||
def __init__(self, id: str):
|
||||
|
@@ -1,4 +1,4 @@
|
||||
from typing import Dict, List, Literal, Union
|
||||
from typing import List, Union
|
||||
from pydantic import BaseModel
|
||||
|
||||
class Photo(BaseModel):
|
||||
|
Reference in New Issue
Block a user