Remove nullable disables

This commit is contained in:
Dan Balasescu
2022-07-03 21:15:13 +09:00
parent 052a786eff
commit 724fd19038
2 changed files with 4 additions and 6 deletions

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.
#nullable disable
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Game.Screens.Select;