From b0b2e419fd6cfe8ec0886e4efab3be4236ce3b93 Mon Sep 17 00:00:00 2001 From: porink0424 Date: Wed, 6 Nov 2024 14:39:14 +0900 Subject: [PATCH] Apply formatter --- tslib/types/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tslib/types/src/index.ts b/tslib/types/src/index.ts index 4b7d423c..4500f029 100644 --- a/tslib/types/src/index.ts +++ b/tslib/types/src/index.ts @@ -19,7 +19,7 @@ export type IntDistribution = { } export type CategoricalChoiceType = { - pytype: string, + pytype: string value: string }