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 65f8f70 commit b6c3a1aCopy full SHA for b6c3a1a
maths/volume.py
@@ -7,7 +7,7 @@
7
8
from __future__ import annotations
9
10
-from math import pi, pow # noqa: A004
+from math import pi, pow # noqa: A004
11
12
13
def vol_cube(side_length: float) -> float:
0 commit comments