Skip to content

Commit

Permalink
fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrrk committed Nov 27, 2024
1 parent f7bb640 commit 285a797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/rev_ai/models/asynchronous/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
from .account import Account
from .transcript import Transcript, Monologue, Element
from .speaker_name import SpeakerName
from .group_channels_type import GroupChannelsType
2 changes: 1 addition & 1 deletion src/rev_ai/models/asynchronous/group_channels_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from enum import Enum


class GroupChannelsType(Enum):
class GroupChannelsType(str, Enum):
SPEAKER = 'speaker'
SENTENCE = 'sentence'
WORD = 'word'
Expand Down

0 comments on commit 285a797

Please sign in to comment.