Skip to content

Commit e5f2d76

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

physics/mirror_formulae.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
"""
5959

6060
from math import isclose
61+
62+
6163
def focal_length(distance_of_object: float, distance_of_image: float) -> float:
6264
"""
6365
>>> isclose(focal_length(10, 20), 6.666666666666667)

0 commit comments

Comments
 (0)