# HG changeset patch # User Augie Fackler # Date 1534795997 14400 # Node ID eaa14dff32265d4c6fdc21eb18c955f3a8daf017 # Parent 8da20fc9fc07109c434dc20ac9f1284b6c7877f3 fastannotate: address pyflakes concerns Two unused imports, one unused local variable assignment. Differential Revision: https://phab.mercurial-scm.org/D4337 diff -r 8da20fc9fc07 -r eaa14dff3226 hgext/fastannotate/__init__.py --- a/hgext/fastannotate/__init__.py Thu Aug 09 15:08:32 2018 -0400 +++ b/hgext/fastannotate/__init__.py Mon Aug 20 16:13:17 2018 -0400 @@ -117,7 +117,6 @@ error as hgerror, localrepo, registrar, - util, ) from . import ( diff -r 8da20fc9fc07 -r eaa14dff3226 hgext/fastannotate/protocol.py --- a/hgext/fastannotate/protocol.py Thu Aug 09 15:08:32 2018 -0400 +++ b/hgext/fastannotate/protocol.py Mon Aug 20 16:13:17 2018 -0400 @@ -15,7 +15,6 @@ extensions, hg, localrepo, - scmutil, wireprotov1peer, wireprotov1server, ) @@ -188,8 +187,6 @@ if threshold <= 0: return paths - master = repo.ui.config('fastannotate', 'mainbranch') or 'default' - result = [] for path in paths: try: