remove unused import

This commit is contained in:
Joeri Exelmans 2025-05-10 12:31:51 +02:00
parent 3ac945f993
commit be856bffad

View file

@ -1,6 +1,5 @@
import { inspect } from "node:util"; import { inspect } from "node:util";
import { assignFn } from "../generics/generics.js"; import { assignFn } from "../generics/generics.js";
import { select } from "@inquirer/prompts";
function inspectDynamic(_depth, options, inspect) { function inspectDynamic(_depth, options, inspect) {
return `${inspect(this.i, options)} :: ${inspect(this.t, options)}`; return `${inspect(this.i, options)} :: ${inspect(this.t, options)}`;