mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-05-09 03:54:18 +08:00
refactor: 移除未使用的 ModelService 依赖
This commit is contained in:
@@ -53,9 +53,6 @@ public class DataSetServiceImpl extends ServiceImpl<DataSetDOMapper, DataSetDO>
|
||||
@Autowired
|
||||
private MetricService metricService;
|
||||
|
||||
@Autowired
|
||||
private ModelService modelService;
|
||||
|
||||
@Override
|
||||
public DataSetResp save(DataSetReq dataSetReq, User user) {
|
||||
dataSetReq.createdBy(user.getName());
|
||||
|
||||
Reference in New Issue
Block a user