[OND211-2329]: Removed unused imports.
This commit is contained in:
parent
ce8862e68c
commit
abeb37a9b5
3 changed files with 3 additions and 7 deletions
|
|
@ -15,8 +15,6 @@
|
||||||
#
|
#
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import base64
|
|
||||||
import os
|
|
||||||
import uuid
|
import uuid
|
||||||
from concurrent.futures import (
|
from concurrent.futures import (
|
||||||
Future,
|
Future,
|
||||||
|
|
@ -26,12 +24,10 @@ from concurrent.futures import (
|
||||||
from typing import Any
|
from typing import Any
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from Cryptodome.Cipher import PKCS1_v1_5 as Cipher_pkcs1_v1_5
|
|
||||||
from Cryptodome.PublicKey import RSA
|
|
||||||
|
|
||||||
from common import create_user
|
from common import create_user
|
||||||
from configs import INVALID_API_TOKEN
|
from configs import INVALID_API_TOKEN
|
||||||
from libs.auth import RAGFlowHttpApiAuth, RAGFlowWebApiAuth
|
from libs.auth import RAGFlowWebApiAuth
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
# Test Classes
|
# Test Classes
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ import pytest
|
||||||
|
|
||||||
from common import create_user, delete_user
|
from common import create_user, delete_user
|
||||||
from configs import INVALID_API_TOKEN
|
from configs import INVALID_API_TOKEN
|
||||||
from libs.auth import RAGFlowHttpApiAuth, RAGFlowWebApiAuth
|
from libs.auth import RAGFlowWebApiAuth
|
||||||
|
|
||||||
# Import from conftest - load it directly to avoid import issues
|
# Import from conftest - load it directly to avoid import issues
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ import pytest
|
||||||
|
|
||||||
from common import create_user, update_user
|
from common import create_user, update_user
|
||||||
from configs import INVALID_API_TOKEN
|
from configs import INVALID_API_TOKEN
|
||||||
from libs.auth import RAGFlowHttpApiAuth, RAGFlowWebApiAuth
|
from libs.auth import RAGFlowWebApiAuth
|
||||||
|
|
||||||
# Import from conftest - load it directly to avoid import issues
|
# Import from conftest - load it directly to avoid import issues
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue