From 1b7cfe64ebfff5c750e2671fe355cd9fafcd42a3 Mon Sep 17 00:00:00 2001 From: Yannick Bungers Date: Sun, 12 Apr 2020 21:30:38 +0200 Subject: [PATCH] Fixed wrong import Signed-off-by: Yannick Bungers Signed-off-by: David Mehren --- lib/workers/dmpWorker.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/workers/dmpWorker.ts b/lib/workers/dmpWorker.ts index 5ae64436b..c1d264f5c 100644 --- a/lib/workers/dmpWorker.ts +++ b/lib/workers/dmpWorker.ts @@ -3,7 +3,6 @@ import { diff_match_patch, patch_obj, DIFF_INSERT, DIFF_DELETE } from 'diff-match-patch' import { logger } from '../logger' import { Revision } from '../models' -import * as process from 'process' // Function for suppressing TS2722 // eslint-disable-next-line @typescript-eslint/unbound-method,@typescript-eslint/no-empty-function