Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
micmarty-deepsense committed May 9, 2024
1 parent c4758bd commit a5ada4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test_unstructured/metrics/test_evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import pytest

from unstructured.metrics.evaluate import (
BaseMetricsCalculator,
ElementTypeMetricsCalculator,
TableStructureMetricsCalculator,
TextExtractionMetricsCalculator,
Expand Down Expand Up @@ -102,7 +101,7 @@ def test_text_extraction_evaluation():


@pytest.mark.parametrize(
"calculator_class, output_dirname, source_dirname, expected_length, kwargs",
("calculator_class", "output_dirname", "source_dirname", "expected_length", "kwargs"),
[
(
TextExtractionMetricsCalculator,
Expand Down

0 comments on commit a5ada4b

Please sign in to comment.