Skip to content

Commit 7d77c88

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 545f810 commit 7d77c88

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
@@ -12,6 +12,7 @@
1212

1313
c = 299792458
1414

15+
1516
def relativistic_velocity_summation(
1617
object_velocity: float, frame_velocity: float
1718
) -> float:

0 commit comments

Comments
 (0)