Skip to content

Commit

Permalink
fix: import error in gram_metrics
Browse files Browse the repository at this point in the history
[#25]
  • Loading branch information
9ooDa committed Mar 21, 2024
1 parent ea69ff0 commit 6bd069c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/utils/gram_metrics.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import string
from typing import List, Dict, Literal, get_args
from .gram_out_json import get_cleaned_token_list, get_scrs_tok
from gram_out_json import get_cleaned_token_list, get_scrs_tok


def get_error_count(
Expand Down

0 comments on commit 6bd069c

Please sign in to comment.