mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
remove unused imports
This commit is contained in:
parent
79512a93e7
commit
eef52fa59f
@ -7,7 +7,6 @@ import os
|
||||
import stat
|
||||
import time
|
||||
import weakref
|
||||
import tempfile
|
||||
from typing import Optional, Iterable
|
||||
from base64 import urlsafe_b64encode
|
||||
from functools import partial
|
||||
|
@ -6,9 +6,6 @@ import tempfile
|
||||
from uuid import (
|
||||
uuid4,
|
||||
)
|
||||
from errno import (
|
||||
EACCES,
|
||||
)
|
||||
from io import (
|
||||
BytesIO,
|
||||
)
|
||||
@ -30,9 +27,6 @@ from testtools.matchers import (
|
||||
HasLength,
|
||||
)
|
||||
|
||||
from twisted.python.runtime import (
|
||||
platform,
|
||||
)
|
||||
from twisted.python.filepath import (
|
||||
FilePath,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user