Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
KhraksMamtsov committed Jan 29, 2025
1 parent 3defb1f commit bc68fb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/effect/src/Micro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { constTrue, constVoid, dual, identity } from "./Function.js"
import { globalValue } from "./GlobalValue.js"
import * as Hash from "./Hash.js"
import type { TypeLambda } from "./HKT.js"
import type { Effect } from "./index.js"
import type { Inspectable } from "./Inspectable.js"
import { format, NodeInspectSymbol, toStringUnknown } from "./Inspectable.js"
import * as InternalContext from "./internal/context.js"
Expand Down

0 comments on commit bc68fb1

Please sign in to comment.