Skip to content

Commit 57521e5

Browse files
removed unnecessary namespaces
1 parent 29ce25a commit 57521e5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Rubberduck.Parsing/Annotations/ITestAnnotation.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 Rubberduck.Parsing.Annotations
1+
namespace Rubberduck.Parsing.Annotations
82
{
93
public interface ITestAnnotation
104
{

0 commit comments

Comments
 (0)