mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Remove unused import
This commit is contained in:
parent
9b64c2e550
commit
d87530f851
|
@ -2,7 +2,6 @@ import { GlobalConfig } from '@n8n/config';
|
|||
import type { ColumnMetadata } from '@n8n/typeorm/metadata/ColumnMetadata';
|
||||
import archiver from 'archiver';
|
||||
import { jsonParse } from 'n8n-workflow';
|
||||
import { strict } from 'node:assert';
|
||||
import fs from 'node:fs';
|
||||
import path from 'node:path';
|
||||
import { PassThrough } from 'node:stream';
|
||||
|
|
Loading…
Reference in a new issue