1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

remove using

This commit is contained in:
Kyle Spearrin 2020-01-10 16:24:16 -05:00
parent 77180e0c82
commit fa1322599f

View File

@ -1,7 +1,6 @@
using Microsoft.AspNetCore.Mvc.Filters;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using System;
using System.Linq;
namespace Bit.Api.Utilities
{