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:
parent
39e456cd1e
commit
51eab5bc30
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue