Skip to content

Commit fa05e60

Browse files
committed
Remove unused imports
1 parent 3085b71 commit fa05e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import redis
2-
from fastapi import FastAPI, HTTPException, Request
2+
from fastapi import FastAPI, HTTPException
33

44
from models import ItemPayload
55

0 commit comments

Comments
 (0)