Add missing new line in test_clients imports

Change-Id: I033156ea8fe1aeaad921c52ba7c297015dbb07da
This commit is contained in:
Pierre Padrixe
2014-04-04 18:25:00 +02:00
parent 8e2356655f
commit 20bab4c9ea

View File

@@ -13,6 +13,7 @@
import mock
from heatclient import client as heatclient
from solum.common import clients
from solum.common import exception
from solum.tests import base