Remove whitespaces
This commit is contained in:
parent
467586cf60
commit
3f4d67c778
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class GameObject:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
"""Инициализация объекта."""
|
"""Инициализация объекта."""
|
||||||
self.position_ = []
|
self.position_ = []
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def position(self) -> list:
|
def position(self) -> list:
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue