From 0dcbc92eeed565be873a733425c03049deb86388 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Tue, 31 Dec 2024 00:58:27 +0200 Subject: bump --- README.md | 2 +- htmtl/expression_parser.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f6c31b7..99097e7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ you to use any editor without needing any additional editor extensions. - **Partials**: You can include other templates inside your templates. - **Loops**: You can loop over iterable data. - **Extendable**: You can implement custom attribute parsers and expression modifiers. -- + ## Example syntax ```html diff --git a/htmtl/expression_parser.py b/htmtl/expression_parser.py index d5b83e7..c27b8f4 100644 --- a/htmtl/expression_parser.py +++ b/htmtl/expression_parser.py @@ -1,5 +1,4 @@ from typing import Dict, Any - from .expression_modifier import ExpressionModifier -- cgit v1.2.3