Skip to content

Commit 7fab6d6

Browse files
committed
Remove unused imports
1 parent 07aecd6 commit 7fab6d6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ExtractorUtils.Test/unit/LoggingTest.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
using System.Diagnostics;
22
using System;
33
using System.IO;
4-
using System.Collections.Generic;
54
using Microsoft.Extensions.DependencyInjection;
65
using Microsoft.Extensions.Logging;
76
using Xunit;
8-
using Xunit.Abstractions;
97
using Cognite.Extractor.Logging;
108
using Cognite.Extractor.Utils;
11-
using Serilog;
129

1310
namespace ExtractorUtils.Test.Unit
1411
{

0 commit comments

Comments
 (0)