Skip to content

Commit 3a7c9d5

Browse files
committed
Update make_block_docstring import
1 parent 8c4a925 commit 3a7c9d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/SmithChart.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ module SmithChart
22

33
using Makie
44
using Makie: parent_scene, shift_project, update_tooltip_alignment!, position2string
5-
if VERSION >= v"1.11"
6-
using Makie: make_block_docstring
7-
end
5+
#if VERSION >= v"1.11" # Setting [compat] to Makie = "0.20.10" I don't need this
6+
# using Makie: make_block_docstring
7+
#end
88
using Makie.GeometryBasics: Polygon
99
using Makie: DragPan, ScrollZoom, LimitReset
1010
using Makie.GeometryBasics: LineString

0 commit comments

Comments
 (0)