Fix CodeFactor issues

This commit is contained in:
Andrei Zavatski
2020-11-14 20:31:03 +03:00
parent a94546f905
commit fe9d17fc56
2 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@
using osu.Game.Overlays.Profile.Sections.Historical;
using osu.Framework.Graphics;
using static osu.Game.Users.User;
using System;
using osu.Game.Overlays;
using osu.Framework.Allocation;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Containers;
using static osu.Game.Users.User;
namespace osu.Game.Tests.Visual.Online
{