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