Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
atuchin-m committed Nov 18, 2024
1 parent 31f07db commit 0559762
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/seed_tools/commands/split_seed_json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import { Command } from '@commander-js/extra-typings';
import { promises as fs } from 'fs';
import { parseLegacySeedJson } from '../utils/legacy_json_to_seed';
import * as study_json_utils from '../utils/study_json_utils';

export default function createCommand() {
return new Command('split_seed_json')
Expand Down

0 comments on commit 0559762

Please sign in to comment.