Skip to content

Commit

Permalink
Fix pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherSpelt committed Dec 11, 2024
1 parent d153bd1 commit af1f9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amt/api/routes/algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import yaml
from fastapi import APIRouter, Depends, File, Form, Request, Response, UploadFile
from fastapi.responses import FileResponse, HTMLResponse
from pydantic import BaseModel, Field
from pydantic import BaseModel
from ulid import ULID

from amt.api.deps import templates
Expand Down

0 comments on commit af1f9bb

Please sign in to comment.