diff --git a/aspnetcore/grpc/browser/sample/AllServicesSupportExample_Startup.cs b/aspnetcore/grpc/browser/sample/AllServicesSupportExample_Startup.cs index addb471147..8bce0aed04 100644 --- a/aspnetcore/grpc/browser/sample/AllServicesSupportExample_Startup.cs +++ b/aspnetcore/grpc/browser/sample/AllServicesSupportExample_Startup.cs @@ -14,7 +14,6 @@ // See the License for the specific language governing permissions and // limitations under the License. - using Server.Services; namespace Server