Skip to content

Commit 0064d86

Browse files
committed
fix exports
1 parent 041a3f3 commit 0064d86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/rev_ai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__version__ = '2.21.0'
55

66
from .models import Job, JobStatus, Account, Transcript, Monologue, Element, MediaConfig, \
7-
CaptionType, CustomVocabulary, TopicExtractionJob, TopicExtractionResult, Topic, Informant, \
7+
CaptionType, GroupChannelsType, CustomVocabulary, TopicExtractionJob, TopicExtractionResult, Topic, Informant, \
88
SpeakerName, LanguageIdentificationJob, LanguageIdentificationResult, LanguageConfidence, \
99
SentimentAnalysisResult, SentimentValue, SentimentMessage, SentimentAnalysisJob, \
1010
CustomerUrlData, RevAiApiDeploymentConfigMap, RevAiApiDeployment

src/rev_ai/models/asynchronous/group_channels_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
"""Enum for caption content types"""
2+
"""Enum for group_channels_by types"""
33

44
from enum import Enum
55

0 commit comments

Comments
 (0)