mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 07:06:41 +00:00
Remove unused imports.
This commit is contained in:
parent
258dde98ed
commit
46cc5ab8ed
@ -1,4 +1,3 @@
|
||||
import re
|
||||
from bs4 import BeautifulSoup
|
||||
from os.path import join
|
||||
from twisted.trial import unittest
|
||||
|
@ -3,7 +3,7 @@ import time, os
|
||||
from pkg_resources import resource_filename
|
||||
from twisted.web.template import Element, XMLFile, renderElement, renderer
|
||||
from twisted.python.filepath import FilePath
|
||||
from twisted.web import resource, static
|
||||
from twisted.web import static
|
||||
import allmydata
|
||||
import json
|
||||
from allmydata.version_checks import get_package_versions_string
|
||||
|
Loading…
Reference in New Issue
Block a user