mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-22 04:18:23 +00:00
Undo unnecessary imports.
This commit is contained in:
parent
815066c4de
commit
23b977a4b1
@ -15,15 +15,11 @@ from past.builtins import chr as byteschr, long
|
||||
from six import ensure_text
|
||||
|
||||
import os, re, sys, time, json
|
||||
from subprocess import check_call
|
||||
from pathlib import Path
|
||||
from tempfile import mkdtemp
|
||||
|
||||
from bs4 import BeautifulSoup
|
||||
|
||||
from twisted.trial import unittest
|
||||
from twisted.internet import defer
|
||||
from twisted.internet.threads import deferToThread
|
||||
|
||||
from allmydata import uri
|
||||
from allmydata.storage.mutable import MutableShareFile
|
||||
|
Loading…
Reference in New Issue
Block a user