Skip to content

Commit

Permalink
fix: 不要なインポートを削除し、コードを整理
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Dec 27, 2024
1 parent 718e0ee commit aa88392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mock/engineMock/talkModelMock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

import { builder, IpadicFeatures, Tokenizer } from "kuromoji";
import { moraToPhonemes } from "./phonemeMock";
import { parseKana } from "./aquestalkLikeMock";
import { moraPattern } from "@/domain/japanese";
import { AccentPhrase, Mora } from "@/openapi";
import { parseKana } from "./aquestalkLikeMock";

/** Nodeとして動いてほしいかを判定する */
const isNode =
Expand Down

0 comments on commit aa88392

Please sign in to comment.