ci: Enforce no unused imports (no-changelog) (#6073)
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
import { EnableNodeToggleCommand } from './../models/history';
|
||||
import { useHistoryStore } from '@/stores/history';
|
||||
import {
|
||||
PLACEHOLDER_FILLED_AT_EXECUTION_TIME,
|
||||
CUSTOM_API_CALL_KEY,
|
||||
EnterpriseEditionFeature,
|
||||
} from '@/constants';
|
||||
import { PLACEHOLDER_FILLED_AT_EXECUTION_TIME, CUSTOM_API_CALL_KEY } from '@/constants';
|
||||
|
||||
import type {
|
||||
IBinaryKeyData,
|
||||
|
||||
@@ -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