Avinashnalla7 commited on
Commit
f57da06
·
1 Parent(s): 925fce0

fix: remove bogus SFTPStore import

Browse files
Files changed (1) hide show
  1. backend/api.py +1 -1
backend/api.py CHANGED
@@ -10,7 +10,7 @@ from fastapi import FastAPI, HTTPException, Response
10
  from fastapi.middleware.cors import CORSMiddleware
11
  from fastapi.responses import FileResponse
12
  from backend.sftp_store import download_bytes
13
- from backend.sftp_store import SFTPStore
14
 
15
 
16
  # ------------------------------------------------------------------
 
10
  from fastapi.middleware.cors import CORSMiddleware
11
  from fastapi.responses import FileResponse
12
  from backend.sftp_store import download_bytes
13
+ from backend.sftp_store import download_bytes
14
 
15
 
16
  # ------------------------------------------------------------------