# HG changeset patch # User Matt Harbison # Date 2019-12-27 23:43:18 # Node ID de358da72eb118e23b62aba94b2b0884d01affb8 # Parent c8a51a90929b91c1ded219933d0b654c85727d69 fastannotate: drop unused local variable assignments Flagged by PyCharm. Differential Revision: https://phab.mercurial-scm.org/D7757 diff --git a/hgext/fastannotate/support.py b/hgext/fastannotate/support.py --- a/hgext/fastannotate/support.py +++ b/hgext/fastannotate/support.py @@ -74,7 +74,6 @@ def _doannotate(fctx, follow=True, diffo may raise Exception, and always return line numbers. """ master = _getmaster(fctx) - annotated = contents = None with context.fctxannotatecontext(fctx, follow, diffopts) as ac: try: