[backend/drive] Move ImageProcessor.cs into the ImageProcessing subfolder
This commit is contained in:
parent
e379ff3f60
commit
67a62fadc9
2 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,7 @@ using Iceshrimp.Backend.Core.Database;
|
|||
using Iceshrimp.Backend.Core.Database.Migrations;
|
||||
using Iceshrimp.Backend.Core.Middleware;
|
||||
using Iceshrimp.Backend.Core.Services;
|
||||
using Iceshrimp.Backend.Core.Services.ImageProcessing;
|
||||
using Iceshrimp.WebPush;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
|
|
@ -3,11 +3,10 @@ using System.Diagnostics.CodeAnalysis;
|
|||
using Iceshrimp.Backend.Core.Configuration;
|
||||
using Iceshrimp.Backend.Core.Database.Tables;
|
||||
using Iceshrimp.Backend.Core.Helpers;
|
||||
using Iceshrimp.Backend.Core.Services.ImageProcessing;
|
||||
using Microsoft.Extensions.Options;
|
||||
using static Iceshrimp.Backend.Core.Services.ImageProcessing.ImageVersion;
|
||||
|
||||
namespace Iceshrimp.Backend.Core.Services;
|
||||
namespace Iceshrimp.Backend.Core.Services.ImageProcessing;
|
||||
|
||||
public class ImageProcessor
|
||||
{
|
Loading…
Add table
Reference in a new issue