Undo unnecessary imports.

This commit is contained in:
Itamar Turner-Trauring 2023-03-20 15:27:16 -04:00
parent 815066c4de
commit 23b977a4b1

View File

@ -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