cleanup: remove redundant import
authorAugie Fackler <augie@google.com>
Thu, 18 Jul 2019 14:19:41 -0400
changeset 42624 811e502d646d
parent 42623 9eace8d6d537
child 42625 01a503aacc51
cleanup: remove redundant import For some reason the import checker only caught this on py3. Differential Revision: https://phab.mercurial-scm.org/D6657
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):