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.handlers
|
||||
from docopt import docopt
|
||||
from textwrap import dedent
|
||||
|
||||
import aiohttp
|
||||
from aiohttp.web import GracefulExit
|
||||
|
|
|
@ -3,7 +3,6 @@ import asyncio
|
|||
import logging
|
||||
import json
|
||||
import inspect
|
||||
import signal
|
||||
import textwrap
|
||||
import typing
|
||||
import aiohttp
|
||||
|
|
Loading…
Reference in a new issue