Skip to content

Commit a9006a4

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

maths/arc_length.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from math import pi
22

3+
34
def arc_length(angle: float, radius: float) -> float:
45
"""
56
Calculate the arc length of a circle.

0 commit comments

Comments
 (0)