Remove unused import

This commit is contained in:
Iván Ovejero 2024-09-25 18:22:04 +02:00
parent 9b64c2e550
commit d87530f851
No known key found for this signature in database

View file

@ -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';