PEP 8 formatting and removal of unused import

This commit is contained in:
Sybren A. Stüvel 2018-01-26 11:42:56 +01:00
parent 987d6d03a6
commit fd95135f66

View File

@ -2,7 +2,6 @@ import json
import pillar.tests.common_test_data as ctd import pillar.tests.common_test_data as ctd
from bson import ObjectId from bson import ObjectId
from flask import g
from mock import mock from mock import mock
from pillar.tests import AbstractPillarTest from pillar.tests import AbstractPillarTest
from werkzeug.exceptions import UnprocessableEntity from werkzeug.exceptions import UnprocessableEntity