Skip to content

Commit ce69797

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

physics/magnetic_flux.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
from math import cos, radians
2020

21+
2122
def check_args(magnetic_field: float, area: float, angle: float) -> None:
2223
"""
2324
Check that the arguments are valid

0 commit comments

Comments
 (0)