From c74ed259577d96c366458981c6e4361ae83d476e Mon Sep 17 00:00:00 2001 From: Christopher Monsanto Date: Tue, 15 Sep 2020 00:18:09 -0400 Subject: [PATCH] remove unused imports --- tools/sheet/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/sheet/index.ts b/tools/sheet/index.ts index d153cb8a..428d9104 100644 --- a/tools/sheet/index.ts +++ b/tools/sheet/index.ts @@ -2,8 +2,6 @@ import 'make-promises-safe'; import cp from 'child_process'; import path from 'path'; -import fs from 'fs'; -import crypto from 'crypto'; const sheetjs = process.argv[2]; const dest = process.argv[3];