Skip to content

Commit 26ece7b

Browse files
author
Jack Dunham
committed
Use explicit imports in default_kwargs.jl
1 parent 9760de1 commit 26ece7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/default_kwargs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using MacroTools
1+
using MacroTools: @capture, splitdef, combinedef, isdef
22

33
"""
44
default_kwargs(f::Function, args...; kwargs...)

0 commit comments

Comments
 (0)