aboutsummaryrefslogtreecommitdiffstats
path: root/experiments/profile_client.py
diff options
context:
space:
mode:
authorblasty <peter@haxx.in>2026-08-21 12:14:46 +0200
committerblasty <peter@haxx.in>2026-08-21 12:15:15 +0200
commit02d02417800184fb76cd0245cdaa94c437aa4081 (patch)
tree7589e6e2e8426bb7370fc56eee52d1559c9d7e57 /experiments/profile_client.py
parentadopt ruff: pinned formatter + import sorting, opt-in pre-commit hook (diff)
downloadida-tui-02d02417800184fb76cd0245cdaa94c437aa4081.tar.gz
ida-tui-02d02417800184fb76cd0245cdaa94c437aa4081.tar.xz
ida-tui-02d02417800184fb76cd0245cdaa94c437aa4081.zip
reformat: ruff format + import sort, mechanically (see ruff.toml)
No behavior. Listed in .git-blame-ignore-revs (next commit).
Diffstat (limited to 'experiments/profile_client.py')
-rw-r--r--experiments/profile_client.py2
1 files changed, 1 insertions, 1 deletions
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: