Run isort

This commit is contained in:
Tom Tromey
2023-11-22 21:06:37 -07:00
parent 602c144f6e
commit 233a39a424
17 changed files with 76 additions and 62 deletions

View File

@@ -14,8 +14,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import gdb
import gui.events
import gui.adapt
import gui.events
# This maps from (FILENAME,LINE) to a set of breakpoints referencing
# that file/line. Then we emit events when entries are created or