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/bz2.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/bz2.py') diff --git a/Lib/bz2.py b/Lib/bz2.py index e094fbb548..ce07ebeb14 100644 --- a/Lib/bz2.py +++ b/Lib/bz2.py @@ -12,7 +12,6 @@ __author__ = "Nadeem Vawda " from builtins import open as _builtin_open import io import os -import warnings import _compression from threading import RLock -- cgit v1.2.1