changeset 34371:635553ca6eb9

byterange: remove superfluous pass statements
author Augie Fackler <augie@google.com>
date Sat, 30 Sep 2017 07:43:11 -0400
parents d0db41af73c0
children 2a360445afa0
files mercurial/byterange.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/byterange.py	Sat Sep 30 07:42:59 2017 -0400
+++ b/mercurial/byterange.py	Sat Sep 30 07:43:11 2017 -0400
@@ -44,7 +44,6 @@
 
 class RangeError(IOError):
     """Error raised when an unsatisfiable range is requested."""
-    pass
 
 class HTTPRangeHandler(urlreq.basehandler):
     """Handler that enables HTTP Range headers.