File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
scripts/data-gen-scripts/scripted-updaters/cries-updater Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import { pokedex } from '#assets/pokedex.js';
22import { eachLimit } from 'async' ;
33import { green } from 'colorette' ;
44import { inspectData , replaceEnumLikeValues , writeDataToFileAndPrettify } from '../../../utils' ;
5- import { getModulePathForGeneration , getPokemonGenerationForDexNumber } from '../classification-updater/utils' ;
65import { generations } from '../utils/constants' ;
76import { pokedexAppendContent , pokedexPrependContent } from '../utils/pokedex-constants' ;
7+ import { getModulePathForGeneration , getPokemonGenerationForDexNumber } from '../utils/utils' ;
88import { getCryUrl } from './get-cry-url' ;
99import { log } from './log-wrapper' ;
1010
You can’t perform that action at this time.
0 commit comments