Skip to content

Commit 9bfafa6

Browse files
authored
Update physics/n_body_simulation.py
1 parent 790277e commit 9bfafa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

physics/n_body_simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def __init__(
4444
self.color = color
4545

4646
@property
47-
def position(self) tuple[float, float]:
47+
def position(self) -> tuple[float, float]:
4848
return self.position_x, self.position_y
4949

5050
@property

0 commit comments

Comments
 (0)