Skip to content

Commit 68bc9e9

Browse files
author
Warren Buckley
committed
Tiny cleanup - remove unused usings
1 parent c16b7d5 commit 68bc9e9

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

Our.Umbraco.TagHelpers/CacheKeys/CacheKeyConstants.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
6-
7-
namespace Our.Umbraco.TagHelpers.CacheKeys
1+
namespace Our.Umbraco.TagHelpers.CacheKeys
82
{
93
public static class CacheKeyConstants
104
{

Our.Umbraco.TagHelpers/Composing/CacheTagHelperComposer.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
using Our.Umbraco.TagHelpers.Notifications;
2-
using System;
3-
using System.Collections.Generic;
4-
using System.Linq;
5-
using System.Text;
6-
using System.Threading.Tasks;
72
using Umbraco.Cms.Core.Composing;
83
using Umbraco.Cms.Core.DependencyInjection;
94
using Umbraco.Cms.Core.Notifications;

Our.Umbraco.TagHelpers/UmbracoCacheTagHelper.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
using Microsoft.AspNetCore.Razor.TagHelpers;
33
using Our.Umbraco.TagHelpers.CacheKeys;
44
using System;
5-
using System.Collections.Generic;
6-
using System.Linq;
7-
using System.Text;
85
using System.Text.Encodings.Web;
96
using System.Threading.Tasks;
107
using Umbraco.Cms.Core;

0 commit comments

Comments
 (0)