Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
0x706b committed Jun 17, 2022
1 parent 4d77e94 commit 456b8ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/curly-toys-swim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fncts/node": patch
---

chore: remove unused import
1 change: 0 additions & 1 deletion packages/node/src/fs/api.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { PQueue } from "@fncts/io/Queue";
import * as fs from "fs";

type ErrnoException = NodeJS.ErrnoException;
Expand Down

0 comments on commit 456b8ef

Please sign in to comment.