diff options
Diffstat (limited to 'test/rules/fixtures/raw_task.py')
-rw-r--r-- | test/rules/fixtures/raw_task.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rules/fixtures/raw_task.py b/test/rules/fixtures/raw_task.py index 0d5b023..6dfd7d9 100644 --- a/test/rules/fixtures/raw_task.py +++ b/test/rules/fixtures/raw_task.py @@ -1,4 +1,5 @@ """Test Rule that needs_raw_task.""" + from __future__ import annotations from typing import TYPE_CHECKING |