Skip to content

Commit

Permalink
remove used typing
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Dec 6, 2023
1 parent 4134a5e commit 3301b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nlp/notebooks/nl2q_eval/query_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import os
import pprint
import sys
from typing import Any, Dict, List, MutableMapping, Tuple
from typing import Any, List, MutableMapping, Tuple

from nl2q_eval.MetricsClasses import (
ANNOTATION_TYPES,
Expand Down

0 comments on commit 3301b62

Please sign in to comment.