Skip to content

Commit 9fcbc24

Browse files
committed
Remove unused usings
1 parent 0740a4f commit 9fcbc24

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/XLParser.Tests/FormulaAnalysisTest.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Collections.ObjectModel;
1+
using System.Collections.Generic;
42
using System.Linq;
53
using Microsoft.VisualStudio.TestTools.UnitTesting;
64
using Irony.Parsing;
7-
using System.Globalization;
8-
using XLParser;
95

106
namespace XLParser.Tests
117
{

0 commit comments

Comments
 (0)