Skip to content

Commit 2ff968d

Browse files
committed
refactor: this type wasn't used anywhere
1 parent 3019e36 commit 2ff968d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

coverage/types.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -171,16 +171,6 @@ def get_plugin_options(self, plugin: str) -> TConfigSectionOut:
171171
TSourceTokenLines = Iterable[list[tuple[str, str]]]
172172

173173

174-
## Plugins
175-
176-
177-
class TPlugin(Protocol):
178-
"""What all plugins have in common."""
179-
180-
_coverage_plugin_name: str
181-
_coverage_enabled: bool
182-
183-
184174
## Debugging
185175

186176

0 commit comments

Comments
 (0)