Skip to content
Snippets Groups Projects
Commit 9c7aa34f authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Bump a bit the coverage

parent e81ce6cd
No related branches found
No related tags found
No related merge requests found
...@@ -16,11 +16,11 @@ class AbstractParser(abc.ABC): ...@@ -16,11 +16,11 @@ class AbstractParser(abc.ABC):
@abc.abstractmethod @abc.abstractmethod
def get_meta(self) -> Dict[str, str]: def get_meta(self) -> Dict[str, str]:
pass pass # pragma: no cover
@abc.abstractmethod @abc.abstractmethod
def remove_all(self) -> bool: def remove_all(self) -> bool:
pass pass # pragma: no cover
def remove_all_lightweight(self) -> bool: def remove_all_lightweight(self) -> bool:
""" Remove _SOME_ metadata. """ """ Remove _SOME_ metadata. """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment