remove unused import
This commit is contained in:
parent
3ac945f993
commit
be856bffad
1 changed files with 0 additions and 1 deletions
|
|
@ -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)}`;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue