mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Removed no cover pragma
This commit is contained in:
parent
d02a778efd
commit
8ef0ffc2b8
|
@ -184,7 +184,7 @@ class UnixViewer(Viewer):
|
|||
|
||||
@abc.abstractmethod
|
||||
def get_command_ex(self, file: str, **options: Any) -> tuple[str, str]:
|
||||
pass # pragma: no cover
|
||||
pass
|
||||
|
||||
def get_command(self, file: str, **options: Any) -> str:
|
||||
command = self.get_command_ex(file, **options)[0]
|
||||
|
|
Loading…
Reference in New Issue
Block a user