From 07071dc7a5da272f70e11286239228fe0277e4b6 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Wed, 9 Aug 2023 21:09:14 +0100 Subject: [PATCH] refactor: remove unused ns import --- OliverBooth/Data/Web/ArticleTemplate.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/OliverBooth/Data/Web/ArticleTemplate.cs b/OliverBooth/Data/Web/ArticleTemplate.cs index 08ce67f..c5bb202 100644 --- a/OliverBooth/Data/Web/ArticleTemplate.cs +++ b/OliverBooth/Data/Web/ArticleTemplate.cs @@ -1,7 +1,4 @@ -using SmartFormat; -using SmartFormat.Core.Extensions; - -namespace OliverBooth.Data.Web; +namespace OliverBooth.Data.Web; /// /// Represents a MediaWiki-style template.