Skip to content

Commit

Permalink
making unused using statement conditiona
Browse files Browse the repository at this point in the history
  • Loading branch information
soninaren committed May 13, 2021
1 parent 3590b69 commit 6db4b42
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
using Microsoft.Azure.WebJobs;
using Microsoft.Azure.WebJobs.Extensions.Http;
using Microsoft.Azure.WebJobs.Extensions.OpenApi.Core.Attributes;
#if (AuthEnabled)
using Microsoft.Azure.WebJobs.Extensions.OpenApi.Core.Enums;
#endif
using Microsoft.Extensions.Logging;
using Microsoft.OpenApi.Models;
using Newtonsoft.Json;
Expand Down

0 comments on commit 6db4b42

Please sign in to comment.