mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
trace: remove unused imports.
This commit is contained in:
parent
1917ea964e
commit
61ea12c9a0
1 changed files with 0 additions and 3 deletions
|
@ -48,19 +48,16 @@ Sample use, programmatically
|
|||
r.write_results(show_missing=True, coverdir="/tmp")
|
||||
"""
|
||||
__all__ = ['Trace', 'CoverageResults']
|
||||
import io
|
||||
import linecache
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
import time
|
||||
import token
|
||||
import tokenize
|
||||
import inspect
|
||||
import gc
|
||||
import dis
|
||||
import pickle
|
||||
from warnings import warn as _warn
|
||||
try:
|
||||
from time import monotonic as _time
|
||||
except ImportError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue