Skip to content

Commit cc0706b

Browse files
committed
Tidying imports
1 parent 8348166 commit cc0706b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Config } from "./configTypes.js";
1111
import { MojangFullVersion, MojangVersion } from "./responseTypes.js";
1212
import defaultConfig from "./defaultConfig.js";
1313
import { cwd } from "node:process";
14-
import { fetchJson, downloadFile } from "./fetching.js";
14+
import { fetchJson } from "./fetching.js";
1515
import {
1616
downloadFabricJar,
1717
downloadForgeJar,

src/jarDownloaders.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
} from "./responseTypes.js";
1111
import { fetchJson, downloadFile } from "./fetching.js";
1212
import path from "node:path";
13-
import { promisify } from "node:util";
1413
import { spawn, SpawnOptionsWithoutStdio } from "node:child_process";
1514
import fs from "node:fs/promises";
1615
import os from "node:os";

0 commit comments

Comments
 (0)