0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-02-11 01:18:24 -05:00

remove unused import

This commit is contained in:
mertalev 2025-01-06 17:09:00 -05:00
parent 39e456cd1e
commit 51eab5bc30
No known key found for this signature in database
GPG key ID: 3A2B5BFC678DBC80

View file

@ -5,7 +5,6 @@ import { sql } from 'kysely';
import semver from 'semver';
import { POSTGRES_VERSION_RANGE, VECTOR_VERSION_RANGE, VECTORS_VERSION_RANGE } from 'src/constants';
import { DB } from 'src/db';
import { entities } from 'src/entities';
import { IConfigRepository } from 'src/interfaces/config.interface';
import {
DatabaseExtension,