diff options
Diffstat (limited to 'coverage/fullcoverage')
-rw-r--r-- | coverage/fullcoverage/encodings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/fullcoverage/encodings.py b/coverage/fullcoverage/encodings.py index aeb416e4..b248bdbc 100644 --- a/coverage/fullcoverage/encodings.py +++ b/coverage/fullcoverage/encodings.py @@ -18,7 +18,7 @@ many of the most fundamental modules in the Standard Library. import sys -class FullCoverageTracer(object): +class FullCoverageTracer: def __init__(self): # `traces` is a list of trace events. Frames are tricky: the same # frame object is used for a whole scope, with new line numbers |