We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5673304 commit 65f8f70Copy full SHA for 65f8f70
maths/volume.py
@@ -7,7 +7,7 @@
7
8
from __future__ import annotations
9
10
-from math import pi
+from math import pi, pow # noqa: A004
11
12
13
def vol_cube(side_length: float) -> float:
0 commit comments