Skip to content

Commit

Permalink
fix missing import MacroTools
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel committed Dec 1, 2024
1 parent 5646403 commit a0b607e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Stipple.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ const PRECOMPILE = Ref(false)
const ALWAYS_REGISTER_CHANNELS = Ref(true)
const USE_MODEL_STORAGE = Ref(true)

import MacroTools

"""
Disables the automatic storage and retrieval of the models in the session.
Useful for large models.
Expand Down

0 comments on commit a0b607e

Please sign in to comment.