From 6e9b4e8363373ac2ab075ba4b4f62457a04934a8 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 27 Dec 2020 12:54:58 -0800 Subject: [PATCH] lint --- server/commands/documentBatchImporter.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/commands/documentBatchImporter.js b/server/commands/documentBatchImporter.js index 8a8f10609..2b24b7efb 100644 --- a/server/commands/documentBatchImporter.js +++ b/server/commands/documentBatchImporter.js @@ -1,7 +1,6 @@ // @flow import fs from "fs"; import path from "path"; -import { metadata } from "core-js/fn/reflect"; import debug from "debug"; import File from "formidable/lib/file"; import invariant from "invariant";