Skip to content

Commit

Permalink
remove redundant opens in fs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpantyukhin committed Dec 7, 2018
1 parent bdf460d commit be0d2fc
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 28 deletions.
1 change: 0 additions & 1 deletion src/Deedle.RProvider.Plugin/Convertors.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ open Deedle
open Deedle.Internal
open Deedle.Indices
open RDotNet
open RDotNet.ActivePatterns
open RProvider
open RProvider.``base``
open RProvider.zoo
Expand Down
1 change: 0 additions & 1 deletion src/Deedle/FSharp.Data/TextConversions.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
namespace FSharp.Data

open System
open System.Globalization

[<Class>]
type internal TextConversions =
Expand Down
1 change: 0 additions & 1 deletion src/Deedle/FrameModule.fs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ module Frame =
open Deedle.Internal
open Deedle.VectorHelpers
open Deedle.Vectors
open Deedle.Addressing

// ----------------------------------------------------------------------------------------------
// Accessing frame data and lookup
Expand Down
1 change: 0 additions & 1 deletion src/Deedle/FrameUtils.fs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module internal Reflection =
open System.Linq
open System.Reflection
open System.Linq.Expressions
open Microsoft.FSharp.Reflection
open Microsoft.FSharp
open Microsoft.FSharp.Quotations
open System.Collections
Expand Down
4 changes: 0 additions & 4 deletions src/Deedle/Indices/IndexExtensions.fs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
namespace Deedle

open Deedle.Internal
open Deedle.Indices
open Deedle.Indices.Linear

// ------------------------------------------------------------------------------------------------
// F# friendly operations for creating vectors
// ------------------------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/Deedle/Indices/LinearIndex.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@
namespace Deedle.Indices.Linear

open System
open System.Linq
open System.Collections.Generic
open Deedle
open Deedle.Keys
open Deedle.Addressing
open Deedle.Internal
open Deedle.Indices
open Deedle.VectorHelpers
open System.Diagnostics
open System.Collections.ObjectModel

/// LinearIndex + ArrayVector use linear addressing (address is just an offset)
Expand Down
2 changes: 0 additions & 2 deletions src/Deedle/SeriesExtensions.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ open System.Collections.Generic
open System.ComponentModel
open System.Runtime.InteropServices
open System.Runtime.CompilerServices
open Microsoft.FSharp.Quotations

open Deedle.Keys
open Deedle.Indices
open Deedle.Internal

// --------------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions src/Deedle/SeriesModule.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
namespace Deedle
open System
open System.Collections.Generic
open System.Linq
open Deedle.Keys
open Deedle.Addressing
open Deedle.Internal
open Deedle.Vectors
open Deedle.VectorHelpers
Expand Down
9 changes: 0 additions & 9 deletions src/Deedle/SeriesStatsExtensions.fs
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
namespace Deedle

open System
open System.Linq
open System.Collections.Generic
open System.ComponentModel
open System.Runtime.InteropServices
open System.Runtime.CompilerServices
open Microsoft.FSharp.Quotations

open Deedle.Keys
open Deedle.Indices
open Deedle.Internal

/// The type implements C# and F# extension methods that add numerical operations
/// to Deedle series. With a few exceptions, the methods are only available for
Expand Down
1 change: 0 additions & 1 deletion src/Deedle/Stats.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
open System
open System.Collections.Generic

open Deedle.Vectors
open Deedle.Internal

// ------------------------------------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion src/Deedle/Vectors/VectorExtensions.fs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace Deedle

open Deedle.Internal
open Deedle.Vectors
open Deedle.Vectors.ArrayVector

// ------------------------------------------------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion src/Deedle/Vectors/VectorHelpers.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module internal Deedle.VectorHelpers

open System
open System.Reflection
open System.Linq
open System.Linq.Expressions
open System.Collections.Generic
open Deedle
Expand Down

0 comments on commit be0d2fc

Please sign in to comment.