diff options
Diffstat (limited to 'coverage/results.py')
-rw-r--r-- | coverage/results.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/results.py b/coverage/results.py index b88bea78..9df5d5b2 100644 --- a/coverage/results.py +++ b/coverage/results.py @@ -157,7 +157,7 @@ class Analysis(object): return stats -class Numbers(SimpleRepr, object): +class Numbers(SimpleRepr): """The numerical results of measuring coverage. This holds the basic statistics from `Analysis`, and is used to roll |