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