Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 8, 2024
1 parent c43814a commit 7814fe9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sotopia/database/evaluation_dimensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ class CustomEvaluationDimensionList(JsonModel):


class EvaluationDimensionBuilder:
'''
"""
EvaluationDimensionBuilder is a utility class for creating and managing evaluation dimensions.
It provides methods to build evaluation dimension models from various inputs such as primary keys, dictionaries, and names.
'''
"""

@staticmethod
def create_range_validator(
low: int, high: int
Expand Down

0 comments on commit 7814fe9

Please sign in to comment.