Flake8 formatting

This commit is contained in:
JanLJL
2024-05-02 17:00:12 +02:00
parent 17e9b80282
commit a790ab7e79
5 changed files with 2 additions and 7 deletions

View File

@@ -36,8 +36,8 @@ class ImmediateOperand(Operand):
return self._imd_type
@imd_type.setter
def imd_type(self, type):
self._imd_type = imd_type
def imd_type(self, itype):
self._imd_type = itype
@identifier.setter
def identifier(self, identifier):