Skip to content

Commit

Permalink
Remove FileURLToPath
Browse files Browse the repository at this point in the history
Remove useless import
  • Loading branch information
irmowan authored Feb 6, 2025
1 parent 8ae92ac commit 0ec3c9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/tsp-client/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { joinPaths, normalizeSlashes } from "@typespec/compiler";
import { randomUUID } from "node:crypto";
import { access, constants, mkdir, writeFile } from "node:fs/promises";
import { dirname, join } from "node:path";
import { fileURLToPath } from "node:url";
import { Logger } from "./log.js";
import { TspLocation } from "./typespec.js";
import { normalizeDirectory } from "./fs.js";
Expand Down

0 comments on commit 0ec3c9d

Please sign in to comment.