simplify imports

pull/321/head
Shuhei Kadowaki 2020-05-10 00:01:41 +09:00
parent 68f72bdfb3
commit c825076e36
3 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,6 @@
module Weave
import Highlights
using Mustache
using Requires
using Highlights, Mustache, Requires
const WEAVE_OPTION_NAME = "options" # TODO: rename to "weave_options"

View File

@ -1,5 +1,3 @@
import Mustache
# Default options
const defaultParams = Dict{Symbol,Any}(
:storeresults => false,

View File

@ -1,4 +1,3 @@
import Mustache
abstract type WeaveChunk end