Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeMe committed May 22, 2024
1 parent 15af96a commit d44f09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack_experimental/evaluation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#
# SPDX-License-Identifier: Apache-2.0

from .eval_harness import EvaluationHarness, EvalRunOverrides
from .eval_harness import EvalRunOverrides, EvaluationHarness

_all_ = ["EvaluationHarness", "EvalRunOverrides"]

0 comments on commit d44f09a

Please sign in to comment.