Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
KhoomeiK authored Nov 28, 2023
1 parent 848d731 commit 6b44863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bananalyzer/runner/evals.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import json
import re

from typing import Any, Callable, Dict
from difflib import SequenceMatcher
from typing import Any, Callable, Dict

import pytest
from deepdiff import DeepDiff
Expand Down

0 comments on commit 6b44863

Please sign in to comment.