Skip to content

Commit

Permalink
Code cleanup (Remove unnecessary directives).
Browse files Browse the repository at this point in the history
  • Loading branch information
adebisi-fa committed Mar 25, 2019
1 parent 6e10c13 commit 7188ef1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/main/Apis/Transactions/ChargeAuthorization.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Newtonsoft.Json;
using Newtonsoft.Json;

namespace PayStack.Net
{
Expand Down
3 changes: 1 addition & 2 deletions src/main/Apis/Transactions/CheckAuthorization.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Newtonsoft.Json;
using Newtonsoft.Json;

namespace PayStack.Net
{
Expand Down
3 changes: 1 addition & 2 deletions src/main/Apis/Transactions/Reauthorization.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Newtonsoft.Json;
using Newtonsoft.Json;

namespace PayStack.Net
{
Expand Down

0 comments on commit 7188ef1

Please sign in to comment.