mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-30 17:09:19 +00:00 
			
		
		
		
	Drop unused imports from certidude.config
This commit is contained in:
		| @@ -1,13 +1,8 @@ | |||||||
|  |  | ||||||
| import click |  | ||||||
| import codecs |  | ||||||
| import configparser | import configparser | ||||||
| import ipaddress | import ipaddress | ||||||
| import os | import os | ||||||
| import string |  | ||||||
| from certidude import const | from certidude import const | ||||||
| from collections import OrderedDict | from collections import OrderedDict | ||||||
| from random import choice |  | ||||||
|  |  | ||||||
| # Options that are parsed from config file are fetched here | # Options that are parsed from config file are fetched here | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user