diff --git a/MarketDataLib/CNNProcessing/CNNClient.cs b/MarketDataLib/CNNProcessing/CNNClient.cs index ee6db29..616f377 100644 --- a/MarketDataLib/CNNProcessing/CNNClient.cs +++ b/MarketDataLib/CNNProcessing/CNNClient.cs @@ -1,10 +1,6 @@ using System; -using System.Collections.Generic; using System.IO; -using System.Linq; using System.Net.Http; -using System.Text; -using System.Threading; using System.Threading.Tasks; namespace MarketData.CNNProcessing