fix flake8 issues

Signed-off-by: Shahbaz Nazir <shahbaz@bigchaindb.com>
This commit is contained in:
Shahbaz Nazir 2018-08-29 16:53:47 +02:00
parent 630895449e
commit b5b6b7d0b7
2 changed files with 1 additions and 3 deletions

View File

@ -2,7 +2,6 @@
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
# Code is Apache-2.0 and docs are CC-BY-4.0
import time
import logging
from ssl import CERT_REQUIRED

View File

@ -7,7 +7,6 @@ from unittest import mock
import pytest
import pymongo
from pymongo import MongoClient
from pymongo.database import Database
pytestmark = [pytest.mark.bdb, pytest.mark.tendermint]