diff --git a/twilio/rest/intelligence/__init__.py b/twilio/rest/intelligence/__init__.py index 4b8a79bad..4e08038df 100644 --- a/twilio/rest/intelligence/__init__.py +++ b/twilio/rest/intelligence/__init__.py @@ -3,7 +3,6 @@ from twilio.rest.intelligence.v2.service import ServiceList from twilio.rest.intelligence.v2.transcript import TranscriptList - class Intelligence(IntelligenceBase): @property def transcripts(self) -> TranscriptList: