From 5edffd0242a16e9866a1f4e9f1e1d2ff4e549d2c Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 13 Mar 2020 18:03:29 +0800 Subject: Clean code. --- Timeline/Models/Http/UserController.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'Timeline/Models/Http/UserController.cs') diff --git a/Timeline/Models/Http/UserController.cs b/Timeline/Models/Http/UserController.cs index e4c95cbd..5ee02a95 100644 --- a/Timeline/Models/Http/UserController.cs +++ b/Timeline/Models/Http/UserController.cs @@ -1,7 +1,6 @@ using AutoMapper; using System.ComponentModel.DataAnnotations; using Timeline.Models.Validation; -using Timeline.Services; namespace Timeline.Models.Http { -- cgit v1.2.3