Remove unused imports. Explicitly import a few deep imports.
This commit is contained in:
@@ -20,16 +20,12 @@
|
||||
# ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
import sys
|
||||
import re
|
||||
import dns
|
||||
import os
|
||||
import json
|
||||
|
||||
from . import bitcoin
|
||||
from . import dnssec
|
||||
from .util import print_error
|
||||
from .i18n import _
|
||||
|
||||
|
||||
class Contacts(dict):
|
||||
|
||||
Reference in New Issue
Block a user