forked from LBRYCommunity/lbry-sdk
import mock from unittest m0ar
This commit is contained in:
parent
cd76e0c296
commit
e33b74f60c
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
import unittest
|
||||
import mock
|
||||
from unittest import mock
|
||||
import json
|
||||
|
||||
from lbrynet.conf import Config
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import os
|
||||
import mock
|
||||
from unittest import mock
|
||||
import asyncio
|
||||
import contextlib
|
||||
from lbrynet.stream.descriptor import StreamDescriptor
|
||||
|
|
Loading…
Reference in a new issue