evolve: drop some unused import
topic came with pyflake checking, let us make use of it.
--- 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