Skip to content

Commit 5355651

Browse files
committed
Fix
1 parent 5ce8b84 commit 5355651

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
10+
from math import pi
1111

1212

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

0 commit comments

Comments
 (0)