diff --git a/lbrynet/tests/unit/test_conf.py b/lbrynet/tests/unit/test_conf.py index aedf4f6cc..06be39600 100644 --- a/lbrynet/tests/unit/test_conf.py +++ b/lbrynet/tests/unit/test_conf.py @@ -4,7 +4,6 @@ import json from twisted.trial import unittest from lbrynet import conf from lbrynet.core.Error import InvalidCurrencyError -from lbrynet.tests import mocks from lbrynet.tests.util import create_conf_file, remove_conf_file class SettingsTest(unittest.TestCase):