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