10000 Remove unneeded dependencies from margins.py, used for debugging · josiahdelange/python-control@d92fb20 · GitHub
[go: up one dir, main page]

Skip to content

Commit d92fb20

Browse files
committed
Remove unneeded dependencies from margins.py, used for debugging
1 parent 86329e0 commit d92fb20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

control/margins.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
"""Functions for computing stability margins and related functions."""
77

88
import math
9-
import matplotlib as mpl
10-
import matplotlib.pyplot as plt
119
from warnings import warn
1210

1311
import numpy as np

0 commit comments

Comments
 (0)
0