refactor: removed unnecessary import

This commit is contained in:
dr-carrot
2024-12-04 18:23:53 -05:00
parent 6957b7606e
commit 00e18a272a

View File

@@ -1,5 +1,4 @@
import fs from 'fs';
import * as process from 'process';
import type { TlsOptions } from 'tls';
import type { DataSourceOptions, EntityTarget, Repository } from 'typeorm';
import { DataSource } from 'typeorm';