From 27990185352f035bafbb0cc7c8ac4159e87fe070 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 30 Dec 2022 07:05:42 -0500 Subject: mypy: inorout.py, disposition.py, and part of control.py --- coverage/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coverage/plugin.py') diff --git a/coverage/plugin.py b/coverage/plugin.py index ee1ae365..8f309f42 100644 --- a/coverage/plugin.py +++ b/coverage/plugin.py @@ -121,7 +121,7 @@ from typing import Any, Dict, Iterable, List, Optional, Set, Tuple, Union from coverage import files from coverage.misc import _needs_to_implement -from coverage.types import TArc, TConfigurable, TLineNo, TSourceTokenLines +from coverage.types import TArc, TConfigurable, TLineNo, TSourceTokenLines, TSysInfo class CoveragePlugin: @@ -235,7 +235,7 @@ class CoveragePlugin: """ pass - def sys_info(self) -> List[Tuple[str, str]]: + def sys_info(self) -> TSysInfo: """Get a list of information useful for debugging. Plug-in type: any. -- cgit v1.2.1