mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:41:53 +02:00
Delint certbot-compatibility-test
This commit is contained in:
@@ -5,7 +5,6 @@ import shutil
|
|||||||
import tempfile
|
import tempfile
|
||||||
|
|
||||||
from certbot import constants
|
from certbot import constants
|
||||||
from certbot_compatibility_test import errors
|
|
||||||
from certbot_compatibility_test import util
|
from certbot_compatibility_test import util
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,9 @@
|
|||||||
"""Utility functions for Certbot plugin tests."""
|
"""Utility functions for Certbot plugin tests."""
|
||||||
import argparse
|
import argparse
|
||||||
import copy
|
import copy
|
||||||
import contextlib
|
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import shutil
|
import shutil
|
||||||
import socket
|
|
||||||
import tarfile
|
import tarfile
|
||||||
|
|
||||||
from acme import jose
|
from acme import jose
|
||||||
|
|||||||
Reference in New Issue
Block a user