From 40983d67d7b4f1431619086ac0df19ddcf24f363 Mon Sep 17 00:00:00 2001 From: Blake Griffith Date: Wed, 6 Jul 2016 13:19:58 -0500 Subject: [PATCH] Alphabetize imports in error_handler_test.py --- certbot/tests/error_handler_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/tests/error_handler_test.py b/certbot/tests/error_handler_test.py index 6cbc3c1fe..58bc4850c 100644 --- a/certbot/tests/error_handler_test.py +++ b/certbot/tests/error_handler_test.py @@ -1,9 +1,9 @@ """Tests for certbot.error_handler.""" +import contextlib import os import signal import sys import unittest -import contextlib import mock