Skip to content

Commit 891aa81

Browse files
committed
build: fix cry updater script
1 parent fd09b7b commit 891aa81

File tree

1 file changed

+1
-1
lines changed
  • scripts/data-gen-scripts/scripted-updaters/cries-updater

1 file changed

+1
-1
lines changed

scripts/data-gen-scripts/scripted-updaters/cries-updater/cry-updater.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import { pokedex } from '#assets/pokedex.js';
22
import { eachLimit } from 'async';
33
import { green } from 'colorette';
44
import { inspectData, replaceEnumLikeValues, writeDataToFileAndPrettify } from '../../../utils';
5-
import { getModulePathForGeneration, getPokemonGenerationForDexNumber } from '../classification-updater/utils';
65
import { generations } from '../utils/constants';
76
import { pokedexAppendContent, pokedexPrependContent } from '../utils/pokedex-constants';
7+
import { getModulePathForGeneration, getPokemonGenerationForDexNumber } from '../utils/utils';
88
import { getCryUrl } from './get-cry-url';
99
import { log } from './log-wrapper';
1010

0 commit comments

Comments
 (0)