From 02cecb43c2cf5693eace5c60204e0831a0ec49b7 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 2 Jan 2015 13:41:13 -0500 Subject: Start formalizing the FileReporter interface to simplify things --- coverage/codeunit.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'coverage/codeunit.py') diff --git a/coverage/codeunit.py b/coverage/codeunit.py index 998aa09..b2c9a71 100644 --- a/coverage/codeunit.py +++ b/coverage/codeunit.py @@ -108,6 +108,3 @@ class CodeUnit(object): place. """ return False - - def get_parser(self, exclude=None): - raise NotImplementedError -- cgit v1.2.1