changeset 43970:3194cc8c8de0

bugzilla: drop an unused variable assignment Caught by PyCharm. Differential Revision: https://phab.mercurial-scm.org/D7738
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 27 Dec 2019 13:13:33 -0500
parents 68b09ebf1c13
children 6d2b5c4efdae
files hgext/bugzilla.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/bugzilla.py	Fri Dec 27 13:11:22 2019 -0500
+++ b/hgext/bugzilla.py	Fri Dec 27 13:13:33 2019 -0500
@@ -1099,7 +1099,6 @@
         the given changeset in their comments.
         '''
         start = 0
-        hours = 0.0
         bugs = {}
         bugmatch = self.bug_re.search(ctx.description(), start)
         fixmatch = self.fix_re.search(ctx.description(), start)