diff options
| author | blasty <peter@haxx.in> | 2026-08-21 12:14:46 +0200 |
|---|---|---|
| committer | blasty <peter@haxx.in> | 2026-08-21 12:15:15 +0200 |
| commit | 02d02417800184fb76cd0245cdaa94c437aa4081 (patch) | |
| tree | 7589e6e2e8426bb7370fc56eee52d1559c9d7e57 /experiments/profile_client.py | |
| parent | adopt ruff: pinned formatter + import sorting, opt-in pre-commit hook (diff) | |
| download | ida-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.py | 2 |
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: |
