From 1c6301beb568cc69c555ee1bb689c6d37d52b0db Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sat, 15 Feb 2020 13:37:21 +1300 Subject: [PATCH] chore: remove unused import in `node` --- src/node.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node.ts b/src/node.ts index 99c50097..8ec5eaae 100644 --- a/src/node.ts +++ b/src/node.ts @@ -3,7 +3,6 @@ import { bufferAllocUnsafe, bufferFrom } from './internal/buffer'; import { constants, S } from './constants'; import { Volume } from './volume'; import { EventEmitter } from 'events'; -import { TEncodingExtended, strToEncoding, TDataOut } from './encoding'; import Stats from './Stats'; const { S_IFMT, S_IFDIR, S_IFREG, S_IFBLK, S_IFCHR, S_IFLNK, S_IFIFO, S_IFSOCK, O_APPEND } = constants;