Remove unnecessary using

This commit is contained in:
Dean Herbert
2021-03-25 17:51:20 +09:00
parent 630faa3b56
commit 77888ae640

View File

@ -1,7 +1,6 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using Humanizer;
namespace osu.Game.Utils