Tres Seaver
2015-06-09 cda2c42e88d1ce3c727274924a5fd17d1c5bf314
Remove redundant 'pass'.

Addresses:
https://github.com/Pylons/pyramid/commit/5d856debdac956dd1b3a4dd21feced52b2ce9279#commitcomment-11591425.
1 files modified
2 ■■■■■ changed files
pyramid/httpexceptions.py 2 ●●●●● patch | view | raw | blame | history
pyramid/httpexceptions.py
@@ -553,7 +553,6 @@
    a bug.  A server-side traceback is not warranted.  Unless specialized,
    this is a '400 Bad Request'
    """
    pass
class HTTPBadRequest(HTTPClientError):
    """
@@ -919,7 +918,6 @@
    This is an error condition in which the server is presumed to be
    in-error.  Unless specialized, this is a '500 Internal Server Error'.
    """
    pass
class HTTPInternalServerError(HTTPServerError):
    """