Black formatting

This commit is contained in:
stefandesouza
2023-09-12 12:45:28 +02:00
parent a8e5a6ad46
commit 42f96753c1
10 changed files with 200 additions and 152 deletions

View File

@@ -16,7 +16,7 @@ class MemoryOperand(Operand):
POST_INDEXED=False,
INDEXED_VAL=None,
PORT_PRESSURE=[],
DST=None
DST=None,
):
super().__init__("memory")
self._OFFSET_ID = OFFSET_ID
@@ -82,7 +82,7 @@ class MemoryOperand(Operand):
@dst.setter
def dst(self, dst):
self._DST = dst
@port_pressure.setter
def port_pressure(self, port_pressure):
self._PORT_PRESSURE = port_pressure