Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
manthanguptaa committed Sep 19, 2024
1 parent 29031aa commit 7e5ed79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phi/playground/playground.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import List, Optional, Generator, Any, Dict, cast

from fastapi import FastAPI, HTTPException, status
from fastapi import FastAPI, HTTPException
from fastapi.routing import APIRouter
from fastapi.responses import StreamingResponse, JSONResponse

Expand Down

0 comments on commit 7e5ed79

Please sign in to comment.