Skip to content

Commit 588538e

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

control_algorithms/pid.py

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010

1111
class pid:
12-
1312
def __init__(self, Kp: float, Ki: float, Kd: float, setpoint: float = 0):
1413
"""
1514
Initialize the PID controller.

0 commit comments

Comments
 (0)