Skip to content

Commit 3d7a039

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent eb2b060 commit 3d7a039

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

physics/relativistic_velocity_summation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
c = 299792458
1212

13+
1314
def relativistic_velocity_summation(
1415
object_velocity: float, frame_velocity: float
1516
) -> float:

0 commit comments

Comments
 (0)