Skip to content

Commit

Permalink
Remove no longer used declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNDRmac committed Jul 12, 2023
1 parent fa554e6 commit d53fb39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions SignNow.Net/Interfaces/IEventSubscriptionService.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using SignNow.Net.Model;
Expand Down
1 change: 0 additions & 1 deletion SignNow.Net/Model/ComplexTags/ComplexTagBase.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using SignNow.Net.Interfaces;

namespace SignNow.Net.Model.ComplexTags
{
Expand Down

0 comments on commit d53fb39

Please sign in to comment.