From 90549676e063c2c818cfc14213d3adb7edcc2bd5 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 30 Apr 2020 11:26:33 +0200 Subject: bpo-40443: Remove unused imports in the stdlib (GH-19803) --- Lib/modulefinder.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'Lib/modulefinder.py') diff --git a/Lib/modulefinder.py b/Lib/modulefinder.py index aadcd23edb..cb455f40c4 100644 --- a/Lib/modulefinder.py +++ b/Lib/modulefinder.py @@ -7,8 +7,6 @@ import marshal import os import io import sys -import types -import warnings LOAD_CONST = dis.opmap['LOAD_CONST'] -- cgit v1.2.1