Skip to content
Snippets Groups Projects
Commit 317a202e authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Encoding is a mapping instead of a ABC.

parent fd90b8f1
No related branches found
No related tags found
1 merge request!6Get rid of Enums and use a dictionary to define available lossy compressors,...
Pipeline #17537 failed
...@@ -37,7 +37,7 @@ class _Mapping(Mapping): ...@@ -37,7 +37,7 @@ class _Mapping(Mapping):
return len(self._kwargs) return len(self._kwargs)
class Encoding(ABC): class Encoding(_Mapping):
def check_validity(self) -> bool: def check_validity(self) -> bool:
... ...
......
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