mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-29 08:21:24 +00:00
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 unittest
|
||||||
import argparse
|
import argparse
|
||||||
from lbrynet.conf import Config, BaseConfig, String, Integer, Toggle, Servers, NOT_SET
|
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):
|
class TestConfig(BaseConfig):
|
||||||
|
|
Loading…
Add table
Reference in a new issue