Skip to content

Commit

Permalink
Remove unused using directive
Browse files Browse the repository at this point in the history
Deleted an unnecessary directive for System.Xml.Schema in NatsJSContext.cs. This cleanup aids in maintaining clean and efficient code.
  • Loading branch information
mtmk committed Sep 19, 2024
1 parent 42d8565 commit 45841da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NATS.Client.JetStream/NatsJSContext.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;
using System.Xml.Schema;
using Microsoft.Extensions.Logging;
using NATS.Client.Core;
using NATS.Client.JetStream.Internal;
Expand Down

0 comments on commit 45841da

Please sign in to comment.