mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-06 11:10:06 +01:00
Flake8 formatting
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user