Browse Source

fix: lint

Jonathan Jogenfors 1 năm trước cách đây
mục cha
commit
f140da2ca1
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      server/test/e2e/metadata.e2e-spec.ts

+ 0 - 2
server/test/e2e/metadata.e2e-spec.ts

@@ -4,7 +4,6 @@ import { INestApplication } from '@nestjs/common';
 import { api } from '@test/api';
 import * as fs from 'fs';
 
-import { AssetEntity, LibraryType } from '@app/infra/entities';
 import {
   IMMICH_TEST_ASSET_PATH,
   IMMICH_TEST_ASSET_TEMP_PATH,
@@ -15,7 +14,6 @@ import {
   runAllTests,
 } from '@test/test-utils';
 import { exiftool } from 'exiftool-vendored';
-import request from 'supertest';
 
 describe(`${AssetController.name} (e2e)`, () => {
   let app: INestApplication;