mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 20:47:54 +00:00
Remove now-unused imports to fix codechecks
This commit is contained in:
parent
7efc31d552
commit
0b1387592b
@ -6,7 +6,6 @@ from __future__ import annotations
|
||||
|
||||
|
||||
from typing import (
|
||||
Union,
|
||||
Optional,
|
||||
Sequence,
|
||||
Mapping,
|
||||
@ -45,7 +44,6 @@ from zope.interface import implementer
|
||||
from hyperlink import DecodedURL
|
||||
import treq
|
||||
from treq.client import HTTPClient
|
||||
from treq.testing import StubTreq
|
||||
from OpenSSL import SSL
|
||||
from werkzeug.http import parse_content_range_header
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user