Remove more not used code

This commit is contained in:
Jan Oberhauser
2021-10-21 18:24:43 -05:00
parent 0b56db5617
commit a0b89ee5a4
6 changed files with 5 additions and 27 deletions

View File

@@ -4,8 +4,7 @@ import { Command, flags } from '@oclif/command';
import { IDataObject, LoggerProxy } from 'n8n-workflow';
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import { Db, GenericHelpers } from '../../src';
import { Db } from '../../src';
import { getLogger } from '../../src/Logger';