Order imports as per pep 8

This commit is contained in:
Sylvain Bellemare 2018-01-03 23:33:37 +01:00
parent fa33fc26af
commit b2584dd0fa
1 changed files with 1 additions and 1 deletions

View File

@ -1,9 +1,9 @@
import os
from unittest.mock import patch
import pytest
from bigchaindb import backend
from unittest.mock import patch
pytestmark = pytest.mark.tendermint