Skip to content

Commit

Permalink
[HWORKS-135][APPEND] remove faulty imports (#1477)
Browse files Browse the repository at this point in the history
robzor92 authored Feb 12, 2024
1 parent 01f098c commit 1368448
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -17,8 +17,6 @@

import io.hops.hopsworks.api.modelregistry.ModelRegistryTagResource;
import io.hops.hopsworks.api.modelregistry.models.ModelUtils;
import io.hops.hopsworks.audit.logger.LogLevel;
import io.hops.hopsworks.audit.logger.annotation.Logged;
import io.hops.hopsworks.common.api.ResourceRequest;
import io.hops.hopsworks.common.dataset.util.DatasetHelper;
import io.hops.hopsworks.common.dataset.util.DatasetPath;
@@ -47,7 +45,6 @@ public class ModelTagResource extends ModelRegistryTagResource {
*
* @param modelVersion
*/
@Logged(logLevel = LogLevel.OFF)
public void setModel(ModelVersion modelVersion) {
this.modelVersion = modelVersion;
}

0 comments on commit 1368448

Please sign in to comment.