Skip to content

Commit

Permalink
Remove using Infinity in Intervals.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
fchorney committed Jun 19, 2020
1 parent e68b2f4 commit 5b38559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Intervals.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module Intervals

using Dates
using Infinity: ∞, isinf
using Printf
using RecipesBase
using TimeZones
Expand Down Expand Up @@ -52,4 +51,5 @@ export Bound,
greater_than_disjoint,
superset,
.., , , , , ,

end

0 comments on commit 5b38559

Please sign in to comment.