mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
ci: Fix linting issue on master (no-changelog) (#6232)
This commit is contained in:
committed by
GitHub
parent
8402c0f400
commit
51c89db6dc
@@ -1,7 +1,6 @@
|
|||||||
import { Command } from '@oclif/command';
|
import { Command } from '@oclif/command';
|
||||||
import { ExitError } from '@oclif/errors';
|
import { ExitError } from '@oclif/errors';
|
||||||
import { Container } from 'typedi';
|
import { Container } from 'typedi';
|
||||||
import type { INodeTypes } from 'n8n-workflow';
|
|
||||||
import { LoggerProxy, ErrorReporterProxy as ErrorReporter, sleep } from 'n8n-workflow';
|
import { LoggerProxy, ErrorReporterProxy as ErrorReporter, sleep } from 'n8n-workflow';
|
||||||
import type { IUserSettings } from 'n8n-core';
|
import type { IUserSettings } from 'n8n-core';
|
||||||
import { BinaryDataManager, UserSettings } from 'n8n-core';
|
import { BinaryDataManager, UserSettings } from 'n8n-core';
|
||||||
|
|||||||
Reference in New Issue
Block a user