mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Added missing from typing imports. (#8724)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import functools
|
||||
import string
|
||||
import unittest
|
||||
from typing import List
|
||||
|
||||
try:
|
||||
import mock
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
"""Tests for letsencrypt.plugins.selection"""
|
||||
import sys
|
||||
import unittest
|
||||
from typing import List
|
||||
|
||||
try:
|
||||
import mock
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
import socket
|
||||
from socket import errno as socket_errors # type: ignore
|
||||
import unittest
|
||||
from typing import Dict, Set, Tuple
|
||||
|
||||
import josepy as jose
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user