Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush committed Oct 2, 2023
1 parent 90600b8 commit bd674e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/pkg/store/memory.go
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ func (m *MemoryStore) removeModelfromServerReplica(lModels map[ModelVersionID]bo
m.updateModelStatus(
model.Latest().GetVersion() == modelVersion.GetVersion(),
model.IsDeleted(), modelVersion, model.GetLastAvailableModelVersion())
m.UnlockModel(modelVersionID.Name)
m.UnlockModel(modelVersionID.Name)
// send an event to progress the deletion
evts = append(
evts,
Expand Down

0 comments on commit bd674e0

Please sign in to comment.