tests: fix pyflakes warning in test-duplicateoptions.py
authorAugie Fackler <augie@google.com>
Fri, 19 Oct 2018 11:31:18 -0400
changeset 40376 801c8ca60af5
parent 40375 76d4272bd57b
child 40377 18da306e92b5
tests: fix pyflakes warning in test-duplicateoptions.py Differential Revision: https://phab.mercurial-scm.org/D5158
tests/test-duplicateoptions.py
--- a/tests/test-duplicateoptions.py	Fri Oct 19 16:34:45 2018 +0200
+++ b/tests/test-duplicateoptions.py	Fri Oct 19 11:31:18 2018 -0400
@@ -10,6 +10,7 @@
 
 try:
     import sqlite3
+    del sqlite3 # unused, just checking that import works
 except ImportError:
     ignore.add(b'sqlitestore')