Blackened
This commit is contained in:
parent
ffc944fe99
commit
6df7fe9405
16 changed files with 22 additions and 64 deletions
|
|
@ -51,11 +51,7 @@ class BaseStage(metaclass=ABCMeta):
|
|||
|
||||
@property
|
||||
def position_map(self):
|
||||
return {
|
||||
"x": self.position[0],
|
||||
"y": self.position[1],
|
||||
"z": self.position[2],
|
||||
}
|
||||
return {"x": self.position[0], "y": self.position[1], "z": self.position[2]}
|
||||
|
||||
@property
|
||||
@abstractmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue