Skip to content

Commit

Permalink
Add blank lines to comply with PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
Evandro Myller authored and Evandro Myller committed Jan 11, 2018
1 parent e19a2f8 commit 205324a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pydub/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ class InvalidID3TagVersion(PydubException):
class CouldntDecodeError(PydubException):
pass


class CouldntEncodeError(PydubException):
pass


class MissingAudioParameter(PydubException):
pass

0 comments on commit 205324a

Please sign in to comment.