aboutsummaryrefslogtreecommitdiffstats
path: root/idatui/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'idatui/errors.py')
-rw-r--r--idatui/errors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/idatui/errors.py b/idatui/errors.py
index ab1365a..7aceef2 100644
--- a/idatui/errors.py
+++ b/idatui/errors.py
@@ -4,6 +4,7 @@ The IDA Nexus adapter normalizes ``ida_nexus`` transport and execution
errors into these types so the domain and Textual layers do not depend on HTTP or
registry implementation details.
"""
+
from __future__ import annotations
from dataclasses import dataclass