Skip to content

Commit

Permalink
Rearranged import statements in _compute.py
Browse files Browse the repository at this point in the history
Signed-off-by: Kartik Choudhary <[email protected]>
  • Loading branch information
kartikc727 committed Feb 2, 2024
1 parent 3a13d6d commit b7d8611
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

import pandas as pd

from responsibleai_text.utils.genai_metrics.constants import (
_SYS_PROMPT, _EXAMPLES)
from responsibleai_text.utils.genai_metrics.constants import (_EXAMPLES,
_SYS_PROMPT)


def format_str(s, **kwargs):
Expand Down

0 comments on commit b7d8611

Please sign in to comment.