fix: lint

This commit is contained in:
Jonathan Jogenfors 2023-10-15 23:43:49 +02:00
parent 4c1cac71c9
commit f140da2ca1

View file

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