Skip to content

Commit

Permalink
Delete no unsed exception
Browse files Browse the repository at this point in the history
  • Loading branch information
alicflorez committed Feb 2, 2018
1 parent 5fdb2ab commit 4d22568
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pydelivengo/exception.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ class PyDelivengoException(Exception):
pass


class PyDelivengoMissingParameter(PyDelivengoException):
""""""
pass


class PyDelivengoTypeError(PyDelivengoException):
""""""
pass

0 comments on commit 4d22568

Please sign in to comment.