From 3a75f9b7cb0918b73b4d5febecbde420a7e307e7 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:18:10 -0300 Subject: [PATCH] Adjust exception inheritance for session type --- votify/interface/exceptions.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/votify/interface/exceptions.py b/votify/interface/exceptions.py index 0b21d2c..adc6e68 100644 --- a/votify/interface/exceptions.py +++ b/votify/interface/exceptions.py @@ -82,9 +82,7 @@ class VotifyMediaFormatNotAvailableException(VotifyMediaException): ) -class VotifyMediaFormatNotAvailableForSessionTypeException( - VotifyMediaFormatNotAvailableException -): +class VotifyMediaFormatNotAvailableForSessionTypeException(VotifyMediaException): def __init__( self, media_id: str,