summaryrefslogtreecommitdiffstats
path: root/examples/stats/stats.cs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stats/stats.cs')
-rw-r--r--examples/stats/stats.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/stats/stats.cs b/examples/stats/stats.cs
index a363952..464ce3c 100644
--- a/examples/stats/stats.cs
+++ b/examples/stats/stats.cs
@@ -1,6 +1,5 @@
using System;
-using SendGrid.Helpers.Mail;
-using System.Collections.Generic;
+using SendGrid.Helpers.Mail; // If you are using the Mail Helper
string _apiKey = Environment.GetEnvironmentVariable("SENDGRID_APIKEY", EnvironmentVariableTarget.User);
dynamic sg = new SendGrid.SendGridAPIClient(_apiKey);