Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
frpouly committed Feb 4, 2024
1 parent 2ad51f0 commit 2f3603e
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions src/Expressio/Controllers/ExpressionsController.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Expressio.Models;
Expand Down
1 change: 0 additions & 1 deletion src/Expressio/Controllers/MixedExpressionsController.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Expressio.Models;
using System.Collections.Generic;
using AutoMapper;
using Asp.Versioning;

Expand Down
1 change: 0 additions & 1 deletion src/Expressio/Models/ExpressioContext.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.Text.Json;
using Microsoft.EntityFrameworkCore;

namespace Expressio.Models;
Expand Down
3 changes: 0 additions & 3 deletions src/Expressio/Models/Expression.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Humanizer;
using Microsoft.EntityFrameworkCore;

namespace Expressio.Models;

Expand Down
3 changes: 0 additions & 3 deletions src/Expressio/Models/FileLoader.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using Microsoft.EntityFrameworkCore;
using System.Reflection;
using Newtonsoft.Json;
using Microsoft.IdentityModel.Tokens;

namespace Expressio.Models;

Expand Down
3 changes: 0 additions & 3 deletions src/Expressio/Models/Language.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using Expressio.Controllers;
using Microsoft.EntityFrameworkCore;

namespace Expressio.Models;

public class Language
Expand Down
4 changes: 0 additions & 4 deletions src/Expressio/Models/Mixer.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@

using System.Collections.Immutable;
using Humanizer;

namespace Expressio.Models;

public class Mixer
Expand Down

0 comments on commit 2f3603e

Please sign in to comment.