]> git.sesse.net Git - nageru/blobdiff - theme.lua
Add the GPU memory metrics to the Grafana dashboard.
[nageru] / theme.lua
index 12636ae8942d14db23042386c195d927183123ad..401cbd9b842d822d74d0fbbbd2f437e630e3e95e 100644 (file)
--- a/theme.lua
+++ b/theme.lua
@@ -225,8 +225,6 @@ local static_chain_lq = EffectChain.new(16, 9)
 local static_chain_lq_input = static_chain_lq:add_effect(ImageInput.new("bg.jpeg"))
 static_chain_lq:finalize(false)
 
-inspect = require('inspect')
-
 -- Used for indexing into the tables of chains.
 function get_input_type(signals, signal_num)
        if signal_num == STATIC_SIGNAL_NUM then