Skip to content
Snippets Groups Projects

Enable ruff rule F401, remove unused import

Merged Haoyu Yang requested to merge remove-unused-import into develop
Files
115
@@ -16,7 +16,6 @@
# limitations under the License.
#
from typing import Union
from fastapi import APIRouter, Query, Path, HTTPException, status, Depends
from datetime import datetime, date
from elasticsearch_dsl import Q
Loading