Skip to content

Commit 2136fd7

Browse files
tpappTomas Lycken
authored and
Tomas Lycken
committed
Remove imports which are no longer available in v1.0. (#43)
Apparently they were not used anyway.
1 parent f6ff436 commit 2136fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Contour.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export
1414
lines,
1515
coordinates
1616

17-
import Base: push!, start, next, done, length, eltype, show
17+
import Base: push!, length, eltype, show
1818

1919
struct Curve2{T}
2020
vertices::Vector{SVector{2,T}}

0 commit comments

Comments
 (0)