Skip to content

Commit 87a27ba

Browse files
committed
remove unused imports
1 parent 967337a commit 87a27ba

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

ExtentReports.Tests/Service/ExtentTestManager.cs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
using NUnit.Framework;
2-
using System;
3-
using System.Collections.Generic;
4-
using System.Diagnostics;
5-
using System.Linq;
6-
using System.Runtime.CompilerServices;
7-
using System.Text;
1+
using System.Collections.Generic;
82
using System.Threading;
9-
using System.Threading.Tasks;
103

114
namespace AventStack.ExtentReports.Tests.Parallel
125
{

0 commit comments

Comments
 (0)