From cca5db323708532e7d3f34fe380b1f5d8938ca18 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Wed, 11 Apr 2018 18:49:14 -0400 Subject: [PATCH] Remove unused import --- ts/types/Attachment.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/ts/types/Attachment.ts b/ts/types/Attachment.ts index 68dc4e1453..1e3d14e65f 100644 --- a/ts/types/Attachment.ts +++ b/ts/types/Attachment.ts @@ -1,5 +1,3 @@ -import is from '@sindresorhus/is'; - import { MIMEType } from './MIME';