Skip to content

Commit ab1f41f

Browse files
committed
♻️ Remove unused usings
1 parent 21bbca0 commit ab1f41f

File tree

8 files changed

+1
-11
lines changed

8 files changed

+1
-11
lines changed

UnitsNet.Tests/CompiledLambdasTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using Xunit;
1+
using Xunit;
32

43
namespace UnitsNet.Tests
54
{

UnitsNet.Tests/QuantityIFormattableTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Copyright 2013 Andreas Gullberg Larsen ([email protected]). Maintained at https://github.com/angularsen/UnitsNet.
33

44
using System;
5-
using System.Globalization;
65
using Xunit;
76

87
namespace UnitsNet.Tests

UnitsNet.Tests/QuantityTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Licensed under MIT No Attribution, see LICENSE file at the root.
22
// Copyright 2013 Andreas Gullberg Larsen ([email protected]). Maintained at https://github.com/angularsen/UnitsNet.
33

4-
using System.Globalization;
54
using UnitsNet.Units;
65
using Xunit;
76

UnitsNet/CustomCode/Quantities/AreaDensity.extra.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Licensed under MIT No Attribution, see LICENSE file at the root.
22
// Copyright 2013 Andreas Gullberg Larsen ([email protected]). Maintained at https://github.com/angularsen/UnitsNet.
33

4-
using System;
5-
64
namespace UnitsNet
75
{
86
public partial struct AreaDensity

UnitsNet/CustomCode/Quantities/BrakeSpecificFuelConsumption.extra.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Licensed under MIT No Attribution, see LICENSE file at the root.
22
// Copyright 2013 Andreas Gullberg Larsen ([email protected]). Maintained at https://github.com/angularsen/UnitsNet.
33

4-
using UnitsNet.Units;
5-
64
namespace UnitsNet
75
{
86
public partial struct BrakeSpecificFuelConsumption

UnitsNet/CustomCode/Quantities/MassFlow.extra.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Copyright 2013 Andreas Gullberg Larsen ([email protected]). Maintained at https://github.com/angularsen/UnitsNet.
33

44
using System;
5-
using UnitsNet.Units;
65

76
namespace UnitsNet
87
{

UnitsNet/CustomCode/Quantities/Power.extra.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Copyright 2013 Andreas Gullberg Larsen ([email protected]). Maintained at https://github.com/angularsen/UnitsNet.
33

44
using System;
5-
using UnitsNet.Units;
65

76
namespace UnitsNet
87
{

UnitsNet/UnitConverter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using System.Globalization;
77
using System.Reflection;
88
using System.Linq;
9-
using UnitsNet.InternalHelpers;
109
using UnitsNet.Units;
1110

1211
namespace UnitsNet

0 commit comments

Comments
 (0)