Skip to content

Commit b80a8b6

Browse files
committed
Fix for linting error
1 parent 320067b commit b80a8b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compute_metrics.py

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def main(cfg: MetricsConfig):
106106

107107
# or define filters configuration to control what subset will be considered
108108
else:
109+
109110
def include_example(filters_line: Dict[str, str]) -> bool:
110111
"""Combines all given filters via given logical operations and returns the final
111112
result: should we include the current example when calculating metrics or not."""

0 commit comments

Comments
 (0)