Skip to content

Commit 3e3974f

Browse files
committed
lint
1 parent ec82486 commit 3e3974f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lbry/extras/daemon/daemon.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import random
1111
import tracemalloc
1212
import itertools
13-
from decimal import Decimal
1413
from urllib.parse import urlencode, quote
1514
from typing import Callable, Optional, List
1615
from binascii import hexlify, unhexlify
@@ -54,7 +53,7 @@
5453
from lbry.extras.daemon.security import ensure_request_allowed
5554
from lbry.file_analysis import VideoFileAnalyzer
5655
from lbry.schema.claim import Claim
57-
from lbry.schema.url import URL, normalize_name
56+
from lbry.schema.url import URL
5857

5958

6059
if typing.TYPE_CHECKING:

lbry/wallet/manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import typing
44
import logging
55
import asyncio
6-
from distutils.util import strtobool
76

87
from binascii import unhexlify
98
from decimal import Decimal

0 commit comments

Comments
 (0)