summaryrefslogtreecommitdiffstats
path: root/examples/rules/task_has_tag.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rules/task_has_tag.py')
-rw-r--r--examples/rules/task_has_tag.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rules/task_has_tag.py b/examples/rules/task_has_tag.py
index a4b927c..a96d123 100644
--- a/examples/rules/task_has_tag.py
+++ b/examples/rules/task_has_tag.py
@@ -1,4 +1,5 @@
"""Example implementation of a rule requiring tasks to have tags set."""
+
from __future__ import annotations
from typing import TYPE_CHECKING