gdb/testsuite: format some Python files

Format with black.

Change-Id: I28e79e9da07ea29391ad1942047633960fa72ed2
This commit is contained in:
Simon Marchi
2024-09-25 10:16:59 -04:00
parent fc14343205
commit f82fd76c96
3 changed files with 3 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
import gdb.printing
class PpIntPrinter(object):
def __init__(self, val):
self.val = val

View File

@@ -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

View File

@@ -18,6 +18,7 @@
import gdb.printing
class SPrinter:
def __init__(self, val):
self.val = val