import mock from unittest m0ar

This commit is contained in:
Lex Berezhny 2019-01-23 18:24:43 -05:00
parent cd76e0c296
commit e33b74f60c
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
import unittest
import mock
from unittest import mock
import json
from lbrynet.conf import Config

View file

@ -1,5 +1,5 @@
import os
import mock
from unittest import mock
import asyncio
import contextlib
from lbrynet.stream.descriptor import StreamDescriptor