Skip to content

Commit e15be5b

Browse files
committed
Removed unfinished method
1 parent 9b68859 commit e15be5b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

simvue/client.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
from .config.user import SimvueConfiguration
3535
from .api.request import get_json_from_response
3636
from .api.objects import (
37-
GridMetrics,
3837
Run,
3938
Folder,
4039
Tag,
@@ -881,17 +880,6 @@ def get_metric_values(
881880
parse_to=output_format,
882881
)
883882

884-
@prettify_pydantic
885-
@pydantic.validate_call
886-
def get_grid_metric_values(
887-
self,
888-
metric_name: str,
889-
run_ids: list[str],
890-
*,
891-
step: pydantic.NonNegativeInt | None = None,
892-
):
893-
GridMetrics.get()
894-
895883
@check_extra("plot")
896884
@prettify_pydantic
897885
@pydantic.validate_call

0 commit comments

Comments
 (0)