Skip to content

Commit 25c98cf

Browse files
committed
Hot fix for #479
1 parent d001fe6 commit 25c98cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Core.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ using ..GC: GC
1414
using ..Utils: Utils
1515
using Base: @propagate_inbounds, @kwdef
1616
using Dates: Date, Time, DateTime, year, month, day, hour, minute, second, millisecond, microsecond, nanosecond
17-
using MacroTools: @capture
17+
using MacroTools: MacroTools, @capture
1818
using Markdown: Markdown
1919

2020
include("Py.jl")

0 commit comments

Comments
 (0)