chore: fix all ruff lint errors + format — 0 errors, 306 tests pass
This commit is contained in:
@@ -2,12 +2,10 @@
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import io
|
||||
import pytest
|
||||
from httpx import AsyncClient
|
||||
|
||||
from tests.conftest import ORIGIN_HEADER, seed_tenant_and_users, login_client
|
||||
|
||||
from tests.conftest import ORIGIN_HEADER, login_client, seed_tenant_and_users
|
||||
|
||||
CSV_COMPANIES = """name,industry,phone,email,website,description
|
||||
ImportCorp,IT,123456,import@example.com,https://import.example,Imported company
|
||||
|
||||
Reference in New Issue
Block a user