File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
src/gitpod/resources/organizations Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 66
77import httpx
88
9- from .invite import (
10- InviteResource ,
11- AsyncInviteResource ,
12- InviteResourceWithRawResponse ,
13- AsyncInviteResourceWithRawResponse ,
14- InviteResourceWithStreamingResponse ,
15- AsyncInviteResourceWithStreamingResponse ,
16- )
179from ...types import organization_leave_params , organization_set_role_params
1810from .members import (
1911 MembersResource ,
3830 async_to_raw_response_wrapper ,
3931 async_to_streamed_response_wrapper ,
4032)
41- from .invite .invite import InviteResource , AsyncInviteResource
33+ from .invite .invite import (
34+ InviteResource ,
35+ AsyncInviteResource ,
36+ InviteResourceWithRawResponse ,
37+ AsyncInviteResourceWithRawResponse ,
38+ InviteResourceWithStreamingResponse ,
39+ AsyncInviteResourceWithStreamingResponse ,
40+ )
4241from ..._base_client import make_request_options
4342
4443__all__ = ["OrganizationsResource" , "AsyncOrganizationsResource" ]
You can’t perform that action at this time.
0 commit comments