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). --- experiments/profile_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'experiments/profile_client.py') diff --git a/experiments/profile_client.py b/experiments/profile_client.py index 84abd8a..b03ed46 100644 --- a/experiments/profile_client.py +++ b/experiments/profile_client.py @@ -21,8 +21,8 @@ import pstats import time from idatui import remote_ops -from idatui.nexus_client import NexusClient from idatui.domain import Program +from idatui.nexus_client import NexusClient def main() -> int: -- cgit v1.3.1-sl0p