Skip to content

Commit 8fabbb7

Browse files
Danitestainless-app[bot]
authored andcommitted
fix lint
1 parent 05d3317 commit 8fabbb7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/runwayml/_client.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333
if TYPE_CHECKING:
3434
from .resources import (
3535
tasks,
36+
voices,
37+
avatars,
3638
uploads,
39+
documents,
3740
organization,
3841
sound_effect,
3942
text_to_image,
@@ -48,6 +51,10 @@
4851
character_performance,
4952
)
5053
from .resources.tasks import TasksResource, AsyncTasksResource
54+
from .resources.voices import VoicesResource, AsyncVoicesResource
55+
from .resources.avatars import AvatarsResource, AsyncAvatarsResource
56+
from .resources.uploads import UploadsResource, AsyncUploadsResource
57+
from .resources.documents import DocumentsResource, AsyncDocumentsResource
5158
from .resources.organization import OrganizationResource, AsyncOrganizationResource
5259
from .resources.sound_effect import SoundEffectResource, AsyncSoundEffectResource
5360
from .resources.text_to_image import TextToImageResource, AsyncTextToImageResource

0 commit comments

Comments
 (0)