mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Tidy
This commit is contained in:
parent
ca7f190efc
commit
ae69a74465
1 changed files with 1 additions and 2 deletions
|
|
@ -1,11 +1,10 @@
|
|||
"""ACME client API."""
|
||||
import collections
|
||||
import datetime
|
||||
import heapq
|
||||
import logging
|
||||
import time
|
||||
|
||||
import datetime
|
||||
|
||||
import six
|
||||
from six.moves import http_client # pylint: disable=import-error
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue