mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
gdb/testsuite: format some Python files
Format with black. Change-Id: I28e79e9da07ea29391ad1942047633960fa72ed2
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
import gdb.printing
|
||||
|
||||
|
||||
class PpIntPrinter(object):
|
||||
def __init__(self, val):
|
||||
self.val = val
|
||||
|
||||
@@ -18,6 +18,7 @@ from time import asctime, gmtime
|
||||
import gdb # silence pyflakes
|
||||
import gdb.printing
|
||||
|
||||
|
||||
class TimePrinter:
|
||||
def __init__(self, val):
|
||||
self.val = val
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
|
||||
import gdb.printing
|
||||
|
||||
|
||||
class SPrinter:
|
||||
def __init__(self, val):
|
||||
self.val = val
|
||||
|
||||
Reference in New Issue
Block a user