This short series changes the gdb Python code to use 'isort', a program to keep Python imports tidy. It's based on my earlier flake8 series. Once both of these series are in, we can look at updating the pre-commit config to run flake8 and isort. Tom