From 936743c13e2537f231558ef403121fb6e9f2f7f2 Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Fri, 5 Jan 2018 22:13:41 +0200 Subject: [PATCH] Drop unused imports from certidude.config --- certidude/config.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/certidude/config.py b/certidude/config.py index 8c98605..52a349d 100644 --- a/certidude/config.py +++ b/certidude/config.py @@ -1,13 +1,8 @@ - -import click -import codecs import configparser import ipaddress import os -import string from certidude import const from collections import OrderedDict -from random import choice # Options that are parsed from config file are fetched here