fix: address plugin layout review feedback

This commit is contained in:
Claire Novotny
2026-04-24 11:52:48 -04:00
parent 72495c1c14
commit f03cb866aa
25 changed files with 54 additions and 27 deletions
+2 -2
View File
@@ -10,11 +10,11 @@ import unittest
from pathlib import Path
REPO_ROOT = Path(__file__).resolve().parents[1]
sys.path.insert(0, str(REPO_ROOT / "scripts"))
sys.path.insert(0, str(REPO_ROOT / "skills" / "last30days" / "scripts"))
def _engine() -> Path:
return REPO_ROOT / "scripts" / "last30days.py"
return REPO_ROOT / "skills" / "last30days" / "scripts" / "last30days.py"
class FooterNudgeSuppressionTests(unittest.TestCase):