mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 10:40:51 +00:00
fix sonar
This commit is contained in:
parent
3abd7f69a9
commit
86b5e38a76
1 changed files with 0 additions and 1 deletions
|
@ -167,7 +167,6 @@ class Encoder(ABC):
|
||||||
:return: True if the encoder bin exists
|
:return: True if the encoder bin exists
|
||||||
"""
|
"""
|
||||||
return find_executable(self.encoder_bin) is not None
|
return find_executable(self.encoder_bin) is not None
|
||||||
pass
|
|
||||||
|
|
||||||
def __eq__(self, o: object) -> bool:
|
def __eq__(self, o: object) -> bool:
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue