diff options
Diffstat (limited to 'coverage/inorout.py')
-rw-r--r-- | coverage/inorout.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/coverage/inorout.py b/coverage/inorout.py index 640b4e6f..53ed8ea9 100644 --- a/coverage/inorout.py +++ b/coverage/inorout.py @@ -354,9 +354,6 @@ class InOrOut(object): self.warn(msg, slug="already-imported") warned.add(filename) - return True - return False - def warn_unimported_source(self): for pkg in self.source_pkgs_unmatched: self.warn_about_unmeasured_code(pkg) |