From patchwork Sat Sep 30 12:02:10 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [04,of,17] byterange: remove superfluous pass statements From: Augie Fackler X-Patchwork-Id: 24237 Message-Id: <6b594a14e15fa86291fa.1506772930@augie-macbookpro2.roam.corp.google.com> To: mercurial-devel@mercurial-scm.org Date: Sat, 30 Sep 2017 08:02:10 -0400 # HG changeset patch # User Augie Fackler # Date 1506771791 14400 # Sat Sep 30 07:43:11 2017 -0400 # Node ID 6b594a14e15fa86291fadd25f45e280ba7e004a9 # Parent fa24e8e3eb1bbd5f5dfac4af9c54bf3fb196afe4 byterange: remove superfluous pass statements diff --git a/mercurial/byterange.py b/mercurial/byterange.py --- a/mercurial/byterange.py +++ b/mercurial/byterange.py @@ -44,7 +44,6 @@ unquote = urlreq.unquote class RangeError(IOError): """Error raised when an unsatisfiable range is requested.""" - pass class HTTPRangeHandler(urlreq.basehandler): """Handler that enables HTTP Range headers.