ci: Fix linting issue on master (no-changelog) (#6232)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2023-05-11 15:13:23 +00:00 committed by GitHub
parent 8402c0f400
commit 51c89db6dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,6 @@
import { Command } from '@oclif/command';
import { ExitError } from '@oclif/errors';
import { Container } from 'typedi';
import type { INodeTypes } from 'n8n-workflow';
import { LoggerProxy, ErrorReporterProxy as ErrorReporter, sleep } from 'n8n-workflow';
import type { IUserSettings } from 'n8n-core';
import { BinaryDataManager, UserSettings } from 'n8n-core';