Skip to content

Commit a6d1db9

Browse files
lint
1 parent 5211752 commit a6d1db9

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

src/workos/types/list_resource.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@
3333
from workos.types.events import Event
3434
from workos.types.feature_flags import FeatureFlag
3535
from workos.types.fga import (
36-
Warrant,
37-
AuthorizationResource,
3836
AuthorizationResourceType,
37+
Warrant,
3938
WarrantQueryResult,
4039
)
4140
from workos.types.mfa import AuthenticationFactor

src/workos/types/user_management/organization_membership.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from typing import Any, Literal, Mapping, Optional, Sequence
22

3-
from pydantic import Field
43
from typing_extensions import TypedDict
54

65
from workos.types.workos_model import WorkOSModel

tests/test_authorization_resource.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
from typing import Union
22

33
import pytest
4-
from tests.types.test_auto_pagination_function import TestAutoPaginationFunction
54
from tests.utils.fixtures.mock_resource import MockAuthorizationResource
65
from tests.utils.fixtures.mock_resource_list import MockAuthorizationResourceList
76
from tests.utils.list_resource import list_response_of
87
from tests.utils.syncify import syncify
98
from workos.authorization import AsyncAuthorization, Authorization
10-
from workos.exceptions import BadRequestException
119

1210

1311
@pytest.mark.sync_and_async(Authorization, AsyncAuthorization)

0 commit comments

Comments
 (0)