diff options
author | 杨宇千 <crupest@outlook.com> | 2019-08-19 02:34:00 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-08-19 02:34:00 +0800 |
commit | 24fe6340ea69321ecafb57c8c5d6cd4b72f229b4 (patch) | |
tree | cf25a9ae92289771b015174e71f4592f0ca79282 /Timeline.Tests/UserAvatarServiceTest.cs | |
parent | 3168ee013e6f4736083ecf8a38f46920a0b6ea09 (diff) | |
download | timeline-24fe6340ea69321ecafb57c8c5d6cd4b72f229b4.tar.gz timeline-24fe6340ea69321ecafb57c8c5d6cd4b72f229b4.tar.bz2 timeline-24fe6340ea69321ecafb57c8c5d6cd4b72f229b4.zip |
Clean code.
Diffstat (limited to 'Timeline.Tests/UserAvatarServiceTest.cs')
-rw-r--r-- | Timeline.Tests/UserAvatarServiceTest.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Timeline.Tests/UserAvatarServiceTest.cs b/Timeline.Tests/UserAvatarServiceTest.cs index 69d6b61c..03b64a6b 100644 --- a/Timeline.Tests/UserAvatarServiceTest.cs +++ b/Timeline.Tests/UserAvatarServiceTest.cs @@ -1,11 +1,8 @@ using FluentAssertions;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
-using SixLabors.ImageSharp;
-using SixLabors.ImageSharp.PixelFormats;
using SixLabors.ImageSharp.Formats.Png;
using System;
-using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
|