mirror of
https://github.com/certbot/certbot.git
synced 2026-04-27 17:21:46 -04:00
Alphabetize imports in error_handler_test.py
This commit is contained in:
parent
3d3908c8b3
commit
40983d67d7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,9 +1,9 @@
|
|||
"""Tests for certbot.error_handler."""
|
||||
import contextlib
|
||||
import os
|
||||
import signal
|
||||
import sys
|
||||
import unittest
|
||||
import contextlib
|
||||
|
||||
import mock
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue