mirror of
https://github.com/tromey/gdb-gui.git
synced 2025-12-16 07:10:04 +01:00
Run isort
This commit is contained in:
@@ -15,14 +15,15 @@
|
||||
|
||||
# Toplevel handling.
|
||||
|
||||
import threading
|
||||
|
||||
import gdb
|
||||
from gi.repository import Pango
|
||||
|
||||
import gui.gdbutil
|
||||
import gui.params
|
||||
import gui.startup
|
||||
import gui.storage
|
||||
import threading
|
||||
|
||||
from gi.repository import Pango
|
||||
from gui.startup import in_gdb_thread, in_gtk_thread
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user