fix sonar

This commit is contained in:
Zen 2021-04-13 02:44:16 +03:00
parent 3abd7f69a9
commit 86b5e38a76

View file

@ -167,7 +167,6 @@ class Encoder(ABC):
:return: True if the encoder bin exists
"""
return find_executable(self.encoder_bin) is not None
pass
def __eq__(self, o: object) -> bool:
"""