diff --git a/x-pack/plugins/ml/public/application/model_management/test_models/utils.ts b/x-pack/plugins/ml/public/application/model_management/test_models/utils.ts index d118b20d16ed4..f97015773c908 100644 --- a/x-pack/plugins/ml/public/application/model_management/test_models/utils.ts +++ b/x-pack/plugins/ml/public/application/model_management/test_models/utils.ts @@ -13,7 +13,9 @@ import { } from '@kbn/ml-trained-models-utils'; import type { ModelItem } from '../models_list'; -const PYTORCH_TYPES = Object.values(SUPPORTED_PYTORCH_TASKS).filter(taskType => taskType !== SUPPORTED_PYTORCH_TASKS.TEXT_EXPANSION); +const PYTORCH_TYPES = Object.values(SUPPORTED_PYTORCH_TASKS).filter( + (taskType) => taskType !== SUPPORTED_PYTORCH_TASKS.TEXT_EXPANSION +); export function isTestable(modelItem: ModelItem, checkForState = false) { if (