mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
Fixed import ordering
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
"""Utilities for all Let's Encrypt."""
|
||||
import argparse
|
||||
import collections
|
||||
import configargparse
|
||||
import errno
|
||||
import logging
|
||||
import os
|
||||
@@ -11,6 +10,8 @@ import stat
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
import configargparse
|
||||
|
||||
from letsencrypt import errors
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user