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,