Skip to content

Commit

Permalink
style: import line break
Browse files Browse the repository at this point in the history
  • Loading branch information
kabeep committed May 8, 2024
1 parent fd18f02 commit bac027b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src/pipeline/after.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { TranslationOption } from '@kabeep/node-translate';

import type { ArgumentVector } from '../shared/index.js';
import { getColumns, Polysemy, Sentence, Source, Synonym, Translation } from '../utils/index.js';

Expand Down
3 changes: 1 addition & 2 deletions src/pipeline/before.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { iso6391X } from '@kabeep/node-translate';
import process from 'node:process';
import { iso6391X } from '@kabeep/node-translate';
import ora from 'ora';

import { locale } from '../index.js';
import type { ArgumentVector } from '../shared/index.js';
import { Adaptive, Code, Language } from '../utils/index.js';
Expand Down
1 change: 0 additions & 1 deletion src/pipeline/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import ora from 'ora';

import { boundary } from '../helpers/index.js';
import { locale } from '../index.js';
import type { ArgumentVector } from '../shared/index.js';
Expand Down
1 change: 0 additions & 1 deletion src/pipeline/run.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import translate, { type TranslateOptions } from '@kabeep/node-translate';

import { locale } from '../index.js';

async function run(text: string, options: Omit<TranslateOptions, 'raw'>) {
Expand Down

0 comments on commit bac027b

Please sign in to comment.