Skip to content

Commit

Permalink
F13-67 removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianWolfschmidtAA committed Mar 26, 2024
1 parent 23a79e0 commit 4e4ca42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intelligence_layer/evaluation/evaluation/graders.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import math
from dataclasses import dataclass
from threading import Lock
from typing import List, Mapping, Sequence, Tuple, cast
from typing import List, Mapping, Sequence, Tuple

import nltk # type: ignore
from langdetect import LangDetectException, detect_langs # type: ignore
Expand Down

0 comments on commit 4e4ca42

Please sign in to comment.