From 02d02417800184fb76cd0245cdaa94c437aa4081 Mon Sep 17 00:00:00 2001 From: blasty Date: Fri, 21 Aug 2026 12:14:46 +0200 Subject: reformat: ruff format + import sort, mechanically (see ruff.toml) No behavior. Listed in .git-blame-ignore-revs (next commit). --- idatui/errors.py | 1 + 1 file changed, 1 insertion(+) (limited to 'idatui/errors.py') 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 -- cgit v1.3.1-sl0p