diff --git a/src/Intervals.jl b/src/Intervals.jl index 080e60ac..e07697fd 100644 --- a/src/Intervals.jl +++ b/src/Intervals.jl @@ -1,7 +1,6 @@ module Intervals using Dates -using Infinity: ∞, isinf using Printf using RecipesBase using TimeZones @@ -52,4 +51,5 @@ export Bound, greater_than_disjoint, superset, .., ≪, ≫, ⊆, ⊇, ⊈, ⊉ + end