Skip to content

Commit fdb0ac1

Browse files
authored
chore: remove unused imports from Tooling Utility.cs (#232)
1 parent 3d00e82 commit fdb0ac1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Tooling/Core/Utils/Utility.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
// Copyright (c) Microsoft Corporation.
2-
// Licensed under the MIT License.
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
33

44
namespace Microsoft.Agents.A365.Tooling.Utils
55
{
66
using Microsoft.Extensions.Configuration;
7-
using System.Transactions;
8-
using RuntimeUtility = Microsoft.Agents.A365.Runtime.Utils.Utility;
97

108
/// <summary>
119
/// Provides utility methods for the Tooling components.

0 commit comments

Comments
 (0)