From 9c7aa34f506d32564128741e855ea49e8e118211 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 10 Jun 2018 00:43:25 +0200 Subject: [PATCH] Bump a bit the coverage --- libmat2/abstract.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libmat2/abstract.py b/libmat2/abstract.py index 7aac284..41a720a 100644 --- a/libmat2/abstract.py +++ b/libmat2/abstract.py @@ -16,11 +16,11 @@ class AbstractParser(abc.ABC): @abc.abstractmethod def get_meta(self) -> Dict[str, str]: - pass + pass # pragma: no cover @abc.abstractmethod def remove_all(self) -> bool: - pass + pass # pragma: no cover def remove_all_lightweight(self) -> bool: """ Remove _SOME_ metadata. """