Removed unused imports

This commit is contained in:
Cecylia Bocovich 2020-02-07 17:07:11 -05:00
parent c2930fe339
commit 40589f08d6
10 changed files with 0 additions and 18 deletions

View File

@ -24,10 +24,8 @@ from email.utils import parseaddr
from twisted.python import log
from twisted.internet import defer
from twisted.enterprise import adbapi
from ..utils.db import SQLite3
from ..utils import strings
from ..utils import validate_email
class AddressError(Exception):

View File

@ -21,7 +21,6 @@ import configparser
from twisted.python import log
from twisted.internet import defer
from twisted.enterprise import adbapi
from ..utils.db import SQLite3
from ..utils import strings

View File

@ -12,12 +12,9 @@
from __future__ import absolute_import
import gettext
import hashlib
import configparser
from email import encoders
from email import mime
from email.mime.text import MIMEText
from twisted.internet import defer

View File

@ -12,7 +12,6 @@
from __future__ import absolute_import
import gettext
import hashlib
import json
import time

View File

@ -11,9 +11,7 @@
# :license: This is Free Software. See LICENSE for license information.
import os
import time
import logging
import sqlite3
import datetime
import configparser

View File

@ -11,7 +11,6 @@
# :license: This is Free Software. See LICENSE for license information.
from twisted.logger import Logger
from twisted.enterprise import adbapi
from twisted.application import internet
# Define an application logger

View File

@ -9,8 +9,6 @@ the Tor Browser.
:license: see included LICENSE for information
"""
import argparse
from .settings import Settings
from . import strings

View File

@ -12,10 +12,6 @@ the Tor Browser.
import json
import os
import platform
import locale
from twisted.python import log
from . import strings

View File

@ -11,7 +11,6 @@ the Tor Browser.
"""
import json
import locale
import os
import inspect

View File

@ -20,7 +20,6 @@ import configparser
from time import gmtime, strftime
import core
import utils
"""
GetTor RESTful API