Pi66

merodi
A markdown-based static site generator.
git clone https://git.pi66.xyz/merodi

← back to log

chore: remove unused Extras import

author: pi66
date: 2026-07-04 23:05
hash: e1e048920f808548fece4e090f33e3a7fdea2475

Diffstat:

M

src/build.py
1 ------------------------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
diff --git a/src/build.py b/src/build.py
index 9c300e5..fb72e7e 100644
--- a/src/build.py
+++ b/src/build.py
@@ -13,7 +13,6 @@ from .config import find_project_from_path, load_config
 from .errors import fatal, html_fatal
 from .fileops import read_file, write_file
 from .log import GRAY, info
-from .modules import Extras

 # patch [ ] instead of { }
 AttrListTreeprocessor.BASE_RE   = r'\[\:?[ ]*([^\]\n ][^\n]*)[ ]*\]'