mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
gh-109653: Remove unused imports in the Lib/
directory (#109803)
This commit is contained in:
parent
649768fb67
commit
19601efa36
20 changed files with 6 additions and 25 deletions
|
@ -1,7 +1,6 @@
|
|||
# Author: Paul Kippes <kippesp@gmail.com>
|
||||
|
||||
import unittest
|
||||
import sqlite3 as sqlite
|
||||
|
||||
from .util import memory_database
|
||||
from .util import MemoryDatabaseMixin
|
||||
|
|
|
@ -29,7 +29,7 @@ from unittest.mock import Mock, patch
|
|||
from test.support import bigmemtest, gc_collect
|
||||
|
||||
from .util import cx_limit, memory_database
|
||||
from .util import with_tracebacks, check_tracebacks
|
||||
from .util import with_tracebacks
|
||||
|
||||
|
||||
def func_returntext():
|
||||
|
|
|
@ -4,7 +4,6 @@ import io
|
|||
import re
|
||||
import sqlite3
|
||||
import test.support
|
||||
import unittest
|
||||
|
||||
|
||||
# Helper for temporary memory databases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue