Fixed wrong import

Signed-off-by: Yannick Bungers <git@innay.de>
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
Yannick Bungers 2020-04-12 21:30:38 +02:00 committed by David Mehren
parent a642cfd22a
commit 1b7cfe64eb
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB

View file

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