summaryrefslogtreecommitdiffstats
path: root/examples/asm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/asm')
-rw-r--r--examples/asm/asm.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/asm/asm.cs b/examples/asm/asm.cs
index 4f5bde7..00758ef 100644
--- a/examples/asm/asm.cs
+++ b/examples/asm/asm.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);