Skip to content

Commit 21ff8fe

Browse files
committed
misc: Style change to keep lint happy
Signed-off-by: Arkady Gilinsky <[email protected]>
1 parent bd26c49 commit 21ff8fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coverage/cmdline.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,8 @@ def do_help(
819819

820820
return False
821821

822-
def do_dump(self, signum: int, frame: types.FrameType | None) -> None:
822+
def do_dump(self, _signum: int, _frame: types.FrameType | None) -> None:
823+
""" Signal handler to dump coverage report """
823824
print("Dumping coverage data ...")
824825
self.coverage.save()
825826

0 commit comments

Comments
 (0)