mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
exclude unnecessary import
This commit is contained in:
parent
66a335054f
commit
a09d6dfbf6
|
@ -1,5 +1,5 @@
|
||||||
import {
|
import {
|
||||||
IExecuteFunctions, getExecuteSingleFunctions,
|
IExecuteFunctions,
|
||||||
} from 'n8n-core';
|
} from 'n8n-core';
|
||||||
import {
|
import {
|
||||||
IDataObject,
|
IDataObject,
|
||||||
|
|
Loading…
Reference in a new issue