Bugfix/llm as judge #52
5 errors
Flake8 found 5 errors
Annotations
Check failure on line 12 in evalem/nlp/metrics/llm.py
github-actions / Flake8
evalem/nlp/metrics/llm.py#L12
'..._base.structures.SequenceType' imported but unused (F401)
Check failure on line 136 in evalem/nlp/metrics/llm.py
github-actions / Flake8
evalem/nlp/metrics/llm.py#L136
F-string is missing placeholders (F541)
Check failure on line 8 in evalem/_base/structures.py
github-actions / Flake8
evalem/_base/structures.py#L8
'typing.Type' imported but unused (F401)
Check failure on line 6 in evalem/_base/metrics.py
github-actions / Flake8
evalem/_base/metrics.py#L6
'typing.Iterable' imported but unused (F401)
Check failure on line 13 in evalem/_base/metrics.py
github-actions / Flake8
evalem/_base/metrics.py#L13
'.structures.MultiplePredictionInstance' imported but unused (F401)