remove unused import in FileInfoService.ts

This commit is contained in:
Hazelnoot 2025-02-03 18:21:32 -05:00
parent 19d3cdfa37
commit 8c1d5281a9

View file

@ -16,7 +16,6 @@ import * as blurhash from 'blurhash';
import { LoggerService } from '@/core/LoggerService.js';
import type Logger from '@/logger.js';
import { bindThis } from '@/decorators.js';
import type { PredictionType } from 'nsfwjs';
export type FileInfo = {
size: number;