# HG changeset patch # User Augie Fackler # Date 1563473981 14400 # Node ID 811e502d646dd4118b21685d3b73d48859bbe0d8 # Parent 9eace8d6d537412cdacfca163237693193dea44b cleanup: remove redundant import For some reason the import checker only caught this on py3. Differential Revision: https://phab.mercurial-scm.org/D6657 diff -r 9eace8d6d537 -r 811e502d646d tests/test-bookmarks-corner-case.t --- a/tests/test-bookmarks-corner-case.t Thu Jul 18 21:10:17 2019 +0530 +++ b/tests/test-bookmarks-corner-case.t Thu Jul 18 14:19:41 2019 -0400 @@ -119,7 +119,6 @@ > import atexit > import os > import time - > import atexit > from mercurial import error, extensions, bookmarks > > def wait(repo):