mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-28 17:46:56 +00:00
remove unused import in FileInfoService.ts
This commit is contained in:
parent
19d3cdfa37
commit
8c1d5281a9
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue