mirror of
https://github.com/python/cpython.git
synced 2025-09-02 15:07:53 +00:00
Remove unused import.
This commit is contained in:
parent
618738b921
commit
20c08c8041
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ import warnings
|
||||||
|
|
||||||
from test import support
|
from test import support
|
||||||
from test.support import TESTFN, check_warnings, captured_stdout, requires_zlib
|
from test.support import TESTFN, check_warnings, captured_stdout, requires_zlib
|
||||||
from unittest.mock import patch
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import bz2
|
import bz2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue