Skip to content

Commit 6fed1b1

Browse files
committed
cleanup.
1 parent 2e3f7b5 commit 6fed1b1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/Microsoft.ML.TimeSeries/Forecast.cs

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
using Microsoft.ML.Runtime;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
// See the LICENSE file in the project root for more information.
4+
5+
using Microsoft.ML.Runtime;
26
using Microsoft.ML.Runtime.Data;
3-
using System;
4-
using System.Collections.Generic;
5-
using System.Text;
67

78
namespace Microsoft.ML.TimeSeries
89
{

0 commit comments

Comments
 (0)