Remove unused imports.

This commit is contained in:
hab 2019-08-14 20:35:15 +01:00
parent 258dde98ed
commit 46cc5ab8ed
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
import re
from bs4 import BeautifulSoup from bs4 import BeautifulSoup
from os.path import join from os.path import join
from twisted.trial import unittest from twisted.trial import unittest

View File

@ -3,7 +3,7 @@ import time, os
from pkg_resources import resource_filename from pkg_resources import resource_filename
from twisted.web.template import Element, XMLFile, renderElement, renderer from twisted.web.template import Element, XMLFile, renderElement, renderer
from twisted.python.filepath import FilePath from twisted.python.filepath import FilePath
from twisted.web import resource, static from twisted.web import static
import allmydata import allmydata
import json import json
from allmydata.version_checks import get_package_versions_string from allmydata.version_checks import get_package_versions_string