Remove an extra parenthesis in hy.contrib.profile
This commit is contained in:
parent
35f7dd36bb
commit
7b94c45e16
@ -10,7 +10,7 @@
|
|||||||
`(do
|
`(do
|
||||||
(import [pycallgraph [PyCallGraph]]
|
(import [pycallgraph [PyCallGraph]]
|
||||||
[pycallgraph.output [GraphvizOutput]])
|
[pycallgraph.output [GraphvizOutput]])
|
||||||
(with* [(PyCallGraph :output (GraphvizOutput)))]
|
(with* [(PyCallGraph :output (GraphvizOutput))]
|
||||||
~@body)))
|
~@body)))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user