Fix pyflakes error in test zkey_import_export.

This commit is contained in:
Simon 2018-06-22 11:34:21 -07:00
parent fff031688e
commit a4ff089b2a
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ from test_framework.util import assert_equal, assert_greater_than, start_nodes,\
initialize_chain_clean, connect_nodes_bi, wait_and_assert_operationid_status
import logging
import math
logging.basicConfig(format='%(levelname)s:%(message)s', level=logging.INFO)