Skip to content

Commit cf99962

Browse files
committed
fix import issues
1 parent d9bb842 commit cf99962

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/MathematicalPredicates.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include("Conjunction.jl")
1010
include("Disjunction.jl")
1111

1212
# optional dependencies
13-
using Requires
13+
using Requires: @require
1414
include("init.jl")
1515

1616
end # module

src/init_LazySets.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import .LazySets: dim, project
55
import Base: contains
66
end
77

8-
using .LazySets: LazySet, , isdisjoint
8+
using Base: , isdisjoint
9+
using .LazySets: LazySet
910

1011
"""
1112
SetAtom{S<:LazySet, T} <: Predicate{Val{1}}

0 commit comments

Comments
 (0)