diff --git a/html_reporter.py b/html_reporter.py
index 8ba94c9..e4948a1 100644
--- a/html_reporter.py
+++ b/html_reporter.py
@@ -3,6 +3,8 @@
This module generates interactive HTML reports with charts for hash analysis results
"""
+from __future__ import annotations
+
import os
import json
from datetime import datetime
@@ -316,7 +318,7 @@