We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1138018 commit 686d4a9Copy full SHA for 686d4a9
sourcery_analytics/metrics/compounders.py
@@ -10,7 +10,7 @@
10
U = typing.TypeVar("U")
11
12
13
-class Compounder(typing.Protocol[N, T]):
+class Compounder(typing.Protocol[N, T, U]):
14
def __call__(self, *metrics: Metric[N, T]) -> Metric[N, U]:
15
...
16
0 commit comments