Skip to content

Commit b6c3a1a

Browse files
committed
Fix
1 parent 65f8f70 commit b6c3a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/volume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from __future__ import annotations
99

10-
from math import pi, pow # noqa: A004
10+
from math import pi, pow # noqa: A004
1111

1212

1313
def vol_cube(side_length: float) -> float:

0 commit comments

Comments
 (0)