changed line spacing arround imports

This commit is contained in:
Philip Ridout 2013-10-05 10:16:04 +01:00
parent b5a2ecfa3f
commit beeea8ab9a

View File

@ -32,6 +32,7 @@ song files from third party applications.
"""
import json
from unittest import TestCase
from tests.functional import patch, MagicMock
class SongImportTestHelper(TestCase):