Skip to content

Commit

Permalink
🧹 Tidy imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fwkoch committed Nov 9, 2023
1 parent 86bb861 commit b6efa28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/myst-cli/src/build/jats/single.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { writeJats } from 'myst-to-jats';
import type { LinkTransformer } from 'myst-transforms';
import { VFile } from 'vfile';
import { findCurrentProjectAndLoad } from '../../config.js';
import { combineCitationRenderers, finalizeMdast, parseMyst } from '../../process/index.js';
import { combineCitationRenderers, finalizeMdast } from '../../process/index.js';
import { loadProjectFromDisk } from '../../project/index.js';
import { castSession } from '../../session/index.js';
import type { ISession } from '../../session/types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-cli/src/build/tex/single.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import type { LatexResult } from 'myst-to-tex';
import type { LinkTransformer } from 'myst-transforms';
import { unified } from 'unified';
import { findCurrentProjectAndLoad } from '../../config.js';
import { finalizeMdast, parseMyst } from '../../process/index.js';
import { finalizeMdast } from '../../process/index.js';
import { loadProjectFromDisk } from '../../project/index.js';
import { castSession } from '../../session/index.js';
import type { ISession } from '../../session/types.js';
Expand Down

0 comments on commit b6efa28

Please sign in to comment.