Skip to content

Commit 9934f06

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: control_algorithms/adrc.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,5 @@ def reset(self):
5959

6060
if __name__ == "__main__":
6161
import doctest
62-
doctest.testmod()
63-
6462

63+
doctest.testmod()

0 commit comments

Comments
 (0)