Skip to content

Commit 8ef0ffc

Browse files
committed
Removed no cover pragma
1 parent d02a778 commit 8ef0ffc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PIL/ImageShow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ class UnixViewer(Viewer):
184184

185185
@abc.abstractmethod
186186
def get_command_ex(self, file: str, **options: Any) -> tuple[str, str]:
187-
pass # pragma: no cover
187+
pass
188188

189189
def get_command(self, file: str, **options: Any) -> str:
190190
command = self.get_command_ex(file, **options)[0]

0 commit comments

Comments
 (0)