forked from LBRYCommunity/lbry-sdk
unused imports
This commit is contained in:
parent
0ee279bfd7
commit
79e4767f69
2 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@ import argparse
|
||||||
import logging
|
import logging
|
||||||
import logging.handlers
|
import logging.handlers
|
||||||
from docopt import docopt
|
from docopt import docopt
|
||||||
from textwrap import dedent
|
|
||||||
|
|
||||||
import aiohttp
|
import aiohttp
|
||||||
from aiohttp.web import GracefulExit
|
from aiohttp.web import GracefulExit
|
||||||
|
|
|
@ -3,7 +3,6 @@ import asyncio
|
||||||
import logging
|
import logging
|
||||||
import json
|
import json
|
||||||
import inspect
|
import inspect
|
||||||
import signal
|
|
||||||
import textwrap
|
import textwrap
|
||||||
import typing
|
import typing
|
||||||
import aiohttp
|
import aiohttp
|
||||||
|
|
Loading…
Reference in a new issue