remove leftover bits of Python2 support (#1012)

This commit is contained in:
Alexandre Detiste
2023-12-13 23:39:21 +01:00
committed by GitHub
parent a25ff00b9d
commit eb4e47cc45
12 changed files with 2 additions and 32 deletions

View File

@ -26,7 +26,6 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
from __future__ import print_function
import asyncio
import concurrent.futures
import re