1
0
Fork 0

Bump a bit the coverage

This commit is contained in:
jvoisin 2018-06-10 00:43:25 +02:00
parent e81ce6cd1a
commit 9c7aa34f50
1 changed files with 2 additions and 2 deletions

View File

@ -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. """