changeset 40376:801c8ca60af5

tests: fix pyflakes warning in test-duplicateoptions.py Differential Revision: https://phab.mercurial-scm.org/D5158
author Augie Fackler <augie@google.com>
date Fri, 19 Oct 2018 11:31:18 -0400
parents 76d4272bd57b
children 18da306e92b5
files tests/test-duplicateoptions.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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')