Fix some flake8 reports

This commit is contained in:
Tom Tromey
2023-11-22 21:16:00 -07:00
parent 233a39a424
commit 0c38b74cff
9 changed files with 23 additions and 50 deletions

View File

@@ -18,7 +18,7 @@
import os.path
import gdb
from gi.repository import Gdk, GdkPixbuf, GObject, Gtk, GtkSource, Pango
from gi.repository import Gdk, GdkPixbuf, GObject, GtkSource
import gui
import gui.bpcache
@@ -152,6 +152,7 @@ class BufferManager:
buffer_manager = BufferManager()
# Return (FRAME, SYMTAB, FILE, LINE) for the selected frame, or, if
# there is no frame, for "main".
@in_gdb_thread