diff options
Diffstat (limited to 'coverage/control.py')
-rw-r--r-- | coverage/control.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/coverage/control.py b/coverage/control.py index 8a671fe0..76960a49 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -778,8 +778,6 @@ class Coverage(object): self.data.touch_file(py_file) # Add run information. - from coverage import __version__ - self.data.add_run_info( brief_sys=" ".join([ platform.python_implementation(), |