diff --git a/PokemonGo-UWP/Utils/Helpers/BandHelper.cs b/PokemonGo-UWP/Utils/Helpers/BandHelper.cs index 797d611cc..2cf852906 100644 --- a/PokemonGo-UWP/Utils/Helpers/BandHelper.cs +++ b/PokemonGo-UWP/Utils/Helpers/BandHelper.cs @@ -1,10 +1,8 @@ -using System; -using System.Collections.Generic; +using Microsoft.Band; +using System; +using System.Diagnostics; using System.Linq; -using System.Text; using System.Threading.Tasks; -using Microsoft.Band; -using System.Diagnostics; namespace PokemonGo_UWP.Utils.Helpers {