Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenxinxing committed Nov 13, 2023
1 parent 1ceb07f commit 874cfe7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/starwhale/api/_impl/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ def __init__(self, eval_id: str, project: Project):
] = (
lambda name: f"eval/{self.eval_id[:VERSION_PREFIX_CNT]}/{self.eval_id}/{name}"
)
self._eval_summary_table_name = os.getenv("SW_EVALUATION_SUMMARY_TABLE", "eval/summary")
self._eval_summary_table_name = os.getenv(
"SW_EVALUATION_SUMMARY_TABLE", "eval/summary"
)
self._data_store = data_store.get_data_store(
project.instance.url, project.instance.token
)
Expand Down

0 comments on commit 874cfe7

Please sign in to comment.