mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-22 13:20:38 +08:00
Fix lint errors
This commit is contained in:
@@ -250,6 +250,7 @@ const parseDistributionJSON = (t: string): Distribution => {
|
||||
log: parsed.attributes.log as boolean,
|
||||
}
|
||||
} else {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
const choices = parsed.attributes.choices.map((value: any) => {
|
||||
// TODO(c-bata): Support other types
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user