Skip to content

Commit 7080cef

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

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

physics/faraday_lenz_law.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"""
3434

3535

36-
3736
def check_args(final_flux: float, initinal_flux: float, time_interval: float) -> None:
3837
"""
3938
Check that the arguments are valid
@@ -55,9 +54,7 @@ def check_args(final_flux: float, initinal_flux: float, time_interval: float) ->
5554

5655

5756
def induced_electromotive_force(
58-
final_flux: float,
59-
initinal_flux: float,
60-
time_interval: float
57+
final_flux: float, initinal_flux: float, time_interval: float
6158
) -> float:
6259
"""
6360
>>> induced_electromotive_force(50.0, 20, 3.0)

0 commit comments

Comments
 (0)