Skip to content

Commit

Permalink
♻️ Remove unused usings from files
Browse files Browse the repository at this point in the history
  • Loading branch information
furkandeveloper committed Nov 2, 2024
1 parent 8124d8a commit 0b92b84
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace EasyCron.Sample.Controllers
{
Expand Down
7 changes: 0 additions & 7 deletions samples/EasyCron.Sample/Startup.cs
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
using EasyCron.Sample.Jobs;
using EasyCronJob.AutoConfigurer;
using EasyCronJob.Core;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.HttpsPolicy;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.OpenApi.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace EasyCron.Sample
{
Expand Down
2 changes: 0 additions & 2 deletions src/EasyCronJob.AutoConfigurer/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace EasyCronJob.AutoConfigurer
{
Expand Down
4 changes: 0 additions & 4 deletions src/EasyCronJob.Core/Startup.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
using EasyCronJob.Abstractions;
using Microsoft.Extensions.DependencyInjection;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace EasyCronJob.Core
{
Expand Down

0 comments on commit 0b92b84

Please sign in to comment.