mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
ci: Enforce no unused imports (no-changelog) (#6073)
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import {
|
||||
ERROR_TRIGGER_NODE_TYPE,
|
||||
PLACEHOLDER_FILLED_AT_EXECUTION_TIME,
|
||||
PLACEHOLDER_EMPTY_WORKFLOW_ID,
|
||||
START_NODE_TYPE,
|
||||
WEBHOOK_NODE_TYPE,
|
||||
VIEWS,
|
||||
EnterpriseEditionFeature,
|
||||
@@ -27,7 +25,7 @@ import type {
|
||||
INodeConnection,
|
||||
IWebhookDescription,
|
||||
} from 'n8n-workflow';
|
||||
import { INodeTypeData, IPinData, NodeHelpers, deepCopy } from 'n8n-workflow';
|
||||
import { NodeHelpers } from 'n8n-workflow';
|
||||
|
||||
import type {
|
||||
INodeTypesMaxCount,
|
||||
|
||||
Reference in New Issue
Block a user