forked from LBRYCommunity/lbry-sdk
fix conf
This commit is contained in:
parent
bb6112276f
commit
34a725f7ad
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import tempfile
|
|||
import unittest
|
||||
import argparse
|
||||
from lbrynet.conf import Config, BaseConfig, String, Integer, Toggle, Servers, NOT_SET
|
||||
from lbrynet.p2p.Error import InvalidCurrencyError
|
||||
from lbrynet.error import InvalidCurrencyError
|
||||
|
||||
|
||||
class TestConfig(BaseConfig):
|
||||
|
|
Loading…
Reference in a new issue