From c2cf30e7608093773286081ebfc4067246ecba7e Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 20 Mar 2024 09:03:04 -0600 Subject: Run isort This patch is the result of running 'isort .' in the gdb directory. Approved-By: Simon Marchi --- gdb/syscalls/arm-linux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/syscalls/arm-linux.py') diff --git a/gdb/syscalls/arm-linux.py b/gdb/syscalls/arm-linux.py index 8213f5c..a3f64d0 100644 --- a/gdb/syscalls/arm-linux.py +++ b/gdb/syscalls/arm-linux.py @@ -5,8 +5,8 @@ # notice and this notice are preserved. This file is offered as-is, # without any warranty. -import sys import re +import sys import time infname = sys.argv[1] -- cgit v1.1