Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Oct 26, 2024
1 parent e8bc804 commit 691f7f5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ci.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ end
end
end
end
rm(ipynb)
open(ipynb, "w") do io
JSON.print(io, nb, 1)
end
write(ipynb, JSON.json(nb, 1))
return ipynb
end

Expand Down

0 comments on commit 691f7f5

Please sign in to comment.