mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:15:42 +02:00
Fix import grouping
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
"""Tests for challenge_util."""
|
||||
import M2Crypto
|
||||
import mock
|
||||
import os
|
||||
import pkg_resources
|
||||
import re
|
||||
import unittest
|
||||
|
||||
import M2Crypto
|
||||
import mock
|
||||
|
||||
from letsencrypt.client import challenge_util
|
||||
from letsencrypt.client import client
|
||||
from letsencrypt.client import CONFIG
|
||||
|
||||
Reference in New Issue
Block a user