summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2015-12-10 22:35:12 -0800
committerElmer Thomas <elmer@thinkingserious.com>2015-12-10 22:35:12 -0800
commitdab9af344e9607a0721060d329c9069fdec2d0e4 (patch)
treed8116d58053a528d984aa42afcf84cec628dc1f4 /SendGrid/Example
parent7ee87036a6d2207c0afb7d8c41b53ecb80f71788 (diff)
downloadsendgrid-csharp-dab9af344e9607a0721060d329c9069fdec2d0e4.zip
sendgrid-csharp-dab9af344e9607a0721060d329c9069fdec2d0e4.tar.gz
sendgrid-csharp-dab9af344e9607a0721060d329c9069fdec2d0e4.tar.bz2
Removed unused using statement.
Diffstat (limited to 'SendGrid/Example')
-rw-r--r--SendGrid/Example/Program.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/SendGrid/Example/Program.cs b/SendGrid/Example/Program.cs
index e3a807a..8430e96 100644
--- a/SendGrid/Example/Program.cs
+++ b/SendGrid/Example/Program.cs
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
-using System.Net;
using System.Net.Http;
using System.Net.Mail;
using Newtonsoft.Json.Linq;