mirror of
https://github.com/tromey/gdb-gui.git
synced 2026-01-04 23:50:08 +01:00
Fix some flake8 reports
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user