misc: Run pre-commit run --all-files
This is reflect the updates made to black when running `pre-commit autoupdate`. Change-Id: Ifb7fea117f354c7f02f26926a5afdf7d67bc5919
This commit is contained in:
@@ -31,6 +31,7 @@ from m5.proxy import *
|
||||
from m5.objects.SystemC import SystemC_ScModule
|
||||
from m5.objects.Tlm import TlmTargetSocket
|
||||
|
||||
|
||||
# This class is a subclass of sc_module, and all the special magic which makes
|
||||
# that work is handled in the base classes.
|
||||
class TLM_Target(SystemC_ScModule):
|
||||
|
||||
@@ -28,6 +28,7 @@ from m5.SimObject import SimObject
|
||||
|
||||
from m5.objects.SystemC import SystemC_ScModule
|
||||
|
||||
|
||||
# This class is a subclass of sc_module, and all the special magic which makes
|
||||
# that work is handled in the base classes.
|
||||
class SystemC_Printer(SystemC_ScModule):
|
||||
|
||||
Reference in New Issue
Block a user