Skip to content

Commit 0955280

Browse files
committed
Removes unnecessary using statements
1 parent c5208b5 commit 0955280

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

DigitalLearningSolutions.Web/Helpers/ExternalApis/TableauConnectionHelper.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@
88
using System;
99
using Microsoft.Extensions.Configuration;
1010
using DigitalLearningSolutions.Data.Extensions;
11-
using DocumentFormat.OpenXml.Bibliography;
12-
using Microsoft.FeatureManagement.FeatureFilters;
1311
using System.Net.Http.Headers;
1412
using System.Net.Http;
1513
using System.Threading.Tasks;
16-
using Microsoft.AspNetCore.DataProtection;
1714

1815
public interface ITableauConnectionHelperService
1916
{

0 commit comments

Comments
 (0)