10000 rebase cleanup · python-control/python-control@d339a9a · GitHub
[go: up one dir, main page]

Skip to content

Commit d339a9a

Browse files
committed
rebase cleanup
1 parent 131c318 commit d339a9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

control/lti.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
from numpy import absolute, real, angle, abs
1717
from warnings import warn
1818
from . import config
19-
from .namedio import _NamedIOSystem
2019

2120
__all__ = ['issiso', 'timebase', 'common_timebase', 'timebaseEqual',
2221
'isdtime', 'isctime', 'pole', 'zero', 'damp', 'evalfr',
2322
'freqresp', 'dcgain']
2423

25-
class LTI(_NamedIOSystem):
24+
class LTI:
2625
"""LTI is a parent class to linear time-invariant (LTI) system objects.
2726
2827
LTI is the parent to the StateSpace and TransferFunction child classes. It

0 commit comments

Comments
 (0)
0