Drop unused imports from certidude.config

This commit is contained in:
Priit Laes 2018-01-05 22:13:41 +02:00
parent 9d142dee36
commit 936743c13e
1 changed files with 0 additions and 5 deletions

View File

@ -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