qol: unnecessary usings

This commit is contained in:
Gary Sharp
2025-07-20 12:00:57 +10:00
parent 7faebe56a8
commit 49da389c2c
11 changed files with 2 additions and 15 deletions
@@ -3,7 +3,6 @@ using Disco.Services.Expressions;
using Disco.Services.Plugins.Features.ExpressionExtensionProvider;
using Disco.Services.Web;
using System;
using System.Web.Compilation;
using System.Web.Mvc;
namespace Disco.Web.Areas.API.Controllers
@@ -15,7 +15,6 @@ using Disco.Web.Extensions;
using Disco.Web.Models.Job;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Data.Entity;
using System.Linq;
using System.Threading.Tasks;