changeset 43989:de358da72eb1

fastannotate: drop unused local variable assignments Flagged by PyCharm. Differential Revision: https://phab.mercurial-scm.org/D7757
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 27 Dec 2019 18:43:18 -0500
parents c8a51a90929b
children 37458d8b0c1e
files hgext/fastannotate/support.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/fastannotate/support.py	Fri Dec 27 18:34:12 2019 -0500
+++ b/hgext/fastannotate/support.py	Fri Dec 27 18:43:18 2019 -0500
@@ -74,7 +74,6 @@
     may raise Exception, and always return line numbers.
     """
     master = _getmaster(fctx)
-    annotated = contents = None
 
     with context.fctxannotatecontext(fctx, follow, diffopts) as ac:
         try: