# HG changeset patch # User Pierre-Yves David # Date 1488474767 -3600 # Node ID 57f6150353e21d3e59d7f7dd614813357b8aeb40 # Parent e6db5d48ebc5341a3ef6a0151e415cab9b7f3b82 evolve: drop some unused import topic came with pyflake checking, let us make use of it. diff -r e6db5d48ebc5 -r 57f6150353e2 hgext3rd/evolve/__init__.py --- a/hgext3rd/evolve/__init__.py Thu Mar 02 18:26:47 2017 +0100 +++ b/hgext3rd/evolve/__init__.py Thu Mar 02 18:12:47 2017 +0100 @@ -72,7 +72,6 @@ import collections import socket import errno -import hashlib import struct sha1re = re.compile(r'\b[0-9a-f]{6,40}\b') @@ -119,7 +118,6 @@ ) from mercurial.commands import walkopts, commitopts, commitopts2, mergetoolopts -from mercurial.hgweb import hgweb_mod from mercurial.i18n import _ from mercurial.node import nullid