Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed May 28, 2024
1 parent afaa7a9 commit b8fe514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion marda_registry/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import mongomock as pymongo
import uvicorn
from fastapi import FastAPI, HTTPException, Request, RedirectResponse
from fastapi import FastAPI, HTTPException, RedirectResponse, Request
from fastapi.responses import HTMLResponse
from fastapi.staticfiles import StaticFiles
from fastapi.templating import Jinja2Templates
Expand Down
2 changes: 1 addition & 1 deletion schemas

0 comments on commit b8fe514

Please sign in to comment.