forked from genewildish/Mainline
chore: fix linting issues in plugins after refactor
- Remove unused imports in glitch.py - Remove unused variables in hud.py
This commit is contained in:
@@ -64,9 +64,6 @@ class HudEffect(EffectPlugin):
|
||||
if frame_count > 0 and frame_time > 0:
|
||||
fps = 1000.0 / frame_time
|
||||
|
||||
w = ctx.terminal_width
|
||||
h = ctx.terminal_height
|
||||
|
||||
effect_name = self.config.params.get("display_effect", "none")
|
||||
effect_intensity = self.config.params.get("display_intensity", 0.0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user