mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 06:42:26 +00:00
Remove unneeded imports.
This commit is contained in:
parent
1a4dcc70e2
commit
54da6eb60a
@ -10,9 +10,7 @@ from base64 import b64decode
|
|||||||
import binascii
|
import binascii
|
||||||
from tempfile import TemporaryFile
|
from tempfile import TemporaryFile
|
||||||
from os import SEEK_END, SEEK_SET
|
from os import SEEK_END, SEEK_SET
|
||||||
from io import BytesIO
|
|
||||||
import mmap
|
import mmap
|
||||||
import sys
|
|
||||||
|
|
||||||
from cryptography.x509 import Certificate as CryptoCertificate
|
from cryptography.x509 import Certificate as CryptoCertificate
|
||||||
from zope.interface import implementer
|
from zope.interface import implementer
|
||||||
|
Loading…
Reference in New Issue
Block a user