Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1917ea9 commit 61ea12cCopy full SHA for 61ea12c
1 file changed
Lib/trace.py
@@ -48,19 +48,16 @@
48
r.write_results(show_missing=True, coverdir="/tmp")
49
"""
50
__all__ = ['Trace', 'CoverageResults']
51
-import io
52
import linecache
53
import os
54
import re
55
import sys
56
-import time
57
import token
58
import tokenize
59
import inspect
60
import gc
61
import dis
62
import pickle
63
-from warnings import warn as _warn
64
try:
65
from time import monotonic as _time
66
except ImportError:
0 commit comments