Remove now unnecessary using

This commit is contained in:
Dan Balasescu 2020-01-03 17:57:01 +09:00 committed by GitHub
parent c07cfce3b3
commit 77fb632d44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,6 @@
using System.IO;
using NUnit.Framework;
using osu.Framework.IO.Stores;
using osu.Game.Resources;
namespace osu.Game.Tests.Resources
{