forked from LBRYCommunity/lbry-sdk
2 lines
83 B
Python
2 lines
83 B
Python
from unittest import SkipTest
|
|
raise SkipTest("needs updating to use new SDK APIs")
|