Skip to content

Commit

Permalink
Removed unnecessary using
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiessens authored Feb 11, 2021
1 parent d2ff821 commit 5e7d826
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Microsoft.Azure.Cosmos/src/Linq/CosmosLinqExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ namespace Microsoft.Azure.Cosmos.Linq
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
Expand Down Expand Up @@ -726,4 +725,4 @@ private static MethodInfo GetMethodInfoOf<T1, T2>(Func<T1, T2> func)
return func.GetMethodInfo();
}
}
}
}

0 comments on commit 5e7d826

Please sign in to comment.