Skip to content

Commit

Permalink
alphabetanit
Browse files Browse the repository at this point in the history
  • Loading branch information
pde committed Feb 26, 2016
1 parent bcb40a8 commit 593cb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme/acme/client.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"""ACME client API."""
import collections
import datetime
from email.utils import parsedate_tz
import heapq
import logging
import time
from email.utils import parsedate_tz

import six
from six.moves import http_client # pylint: disable=import-error
Expand Down

0 comments on commit 593cb3a

Please sign in to comment.