remove unused imports

This commit is contained in:
Christopher Monsanto
2020-09-15 00:18:09 -04:00
parent 10c86f64d4
commit c74ed25957

View File

@@ -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];