diff --git a/v3/integrations/nrmssql/nrmssql.go b/v3/integrations/nrmssql/nrmssql.go index 36825ebb5..19be91698 100644 --- a/v3/integrations/nrmssql/nrmssql.go +++ b/v3/integrations/nrmssql/nrmssql.go @@ -42,7 +42,6 @@ // // ctx := newrelic.NewContext(context.Background(), txn) // row := db.QueryRowContext(ctx, "SELECT count(*) from tables") - package nrmssql import (