Skip to content

Commit

Permalink
revert some changes back.
Browse files Browse the repository at this point in the history
Signed-off-by: Software Developer <[email protected]>
  • Loading branch information
dsuhinin committed Oct 2, 2024
1 parent 2c9b400 commit 20ff440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlflow_go/store/tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
GetRun,
LogBatch,
LogMetric,
LogParam,
RestoreExperiment,
RestoreRun,
SearchRuns,
Expand Down Expand Up @@ -166,6 +165,7 @@ def log_metric(self, run_id, metric):
)
self.service.call_endpoint(get_lib().TrackingServiceLogMetric, request)


def TrackingStore(cls):
return type(cls.__name__, (_TrackingStore, cls), {})

Expand Down

0 comments on commit 20ff440

Please sign in to comment.