1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 02:52:54 +08:00

Remove unused using directive

This commit is contained in:
Salman Ahmed 2024-07-03 07:11:35 +03:00
parent 3f08605277
commit abfdf90b54

View File

@ -6,7 +6,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Humanizer;
using NUnit.Framework;
using osu.Framework.Graphics.UserInterface;
using osu.Framework.Testing;