tests: fix pyflakes warning in test-duplicateoptions.py
Differential Revision: https://phab.mercurial-scm.org/D5158
--- 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')