From d2ff00de09b6ed96688f395f39dc08fb9e57a074 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Sat, 27 Feb 2021 15:30:37 +0100 Subject: [PATCH] Delint --- imjoy_elfinder/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imjoy_elfinder/views.py b/imjoy_elfinder/views.py index a265e48b..ffdc834b 100644 --- a/imjoy_elfinder/views.py +++ b/imjoy_elfinder/views.py @@ -18,7 +18,7 @@ Response, ) from fastapi.templating import Jinja2Templates -from starlette.datastructures import FormData, QueryParams +from starlette.datastructures import FormData from . import __version__, elfinder from .api_const import API_DIRS, API_NAME, API_TARGETS, API_UPLOAD, API_UPLOAD_PATH