Skip to content

Commit

Permalink
Try to fix continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobjpeters committed Jun 13, 2024
1 parent 8d7f432 commit 502f080
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ext/DatesExtension.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Typstry: show_typst
using Dates:
Date, DateTime, Day, Hour, Minute, Second, Time, Week,
day, hour, minute, month, second, year
using PrecompileTools: PrecompileTools, @compile_workload
using PrecompileTools: @compile_workload
using Typstry: TypstString, TypstText, code, code_mode, depth, indent, print_parameters, workload

# Internals
Expand Down
1 change: 0 additions & 1 deletion ext/MarkdownExtension.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
module MarkdownExtension

import Typstry: show_typst
using Base: Iterators.Stateful
using Markdown: MD, @md_str
using PrecompileTools: @compile_workload
using Typstry: show_raw, workload
Expand Down

0 comments on commit 502f080

Please sign in to comment.