Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eukreign committed Aug 8, 2022
1 parent d67a9ce commit c307dcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions lbry/extras/daemon/daemon.py
Expand Up @@ -10,7 +10,6 @@
import random
import tracemalloc
import itertools
from decimal import Decimal
from urllib.parse import urlencode, quote
from typing import Callable, Optional, List
from binascii import hexlify, unhexlify
Expand Down Expand Up @@ -54,7 +53,7 @@
from lbry.extras.daemon.security import ensure_request_allowed
from lbry.file_analysis import VideoFileAnalyzer
from lbry.schema.claim import Claim
from lbry.schema.url import URL, normalize_name
from lbry.schema.url import URL


if typing.TYPE_CHECKING:
Expand Down
1 change: 0 additions & 1 deletion lbry/wallet/manager.py
Expand Up @@ -3,7 +3,6 @@
import typing
import logging
import asyncio
from distutils.util import strtobool

from binascii import unhexlify
from decimal import Decimal
Expand Down

0 comments on commit c307dcf

Please sign in to comment.