Skip to content

Commit

Permalink
PR review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RikuVirtanen committed Dec 4, 2023
1 parent cfcea27 commit d5bec60
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Frends.MicrosoftSQL.ExecuteQuery.Definitions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Newtonsoft.Json.Linq;
using System.Data.SqlClient;

namespace Frends.MicrosoftSQL.ExecuteQuery.Tests;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Collections.Generic;

namespace Frends.MicrosoftSQL.ExecuteQuery.Definitions;
namespace Frends.MicrosoftSQL.ExecuteQuery.Definitions;

/// <summary>
/// Task's result.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
using Frends.MicrosoftSQL.ExecuteQuery.Definitions;
using Newtonsoft.Json.Linq;
using System;
using System.Linq;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using IsolationLevel = System.Data.IsolationLevel;
Expand Down

0 comments on commit d5bec60

Please sign in to comment.