Skip to content

Commit b34f72e

Browse files
committed
using hanging indent for import (isort -m2)
1 parent 57e3e4e commit b34f72e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

control/nlsys.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
import scipy as sp
2626

2727
from . import config
28-
from .iosys import (InputOutputSystem, _parse_spec, _process_iosys_keywords,
29-
_process_signal_list, common_timebase, isctime, isdtime)
30-
from .timeresp import (TimeResponseData, _check_convert_array,
31-
_process_time_response)
28+
from .iosys import InputOutputSystem, _parse_spec, _process_iosys_keywords, \
29+
_process_signal_list, common_timebase, isctime, isdtime
30+
from .timeresp import TimeResponseData, _check_convert_array, \
31+
_process_time_response
3232

3333
__all__ = ['NonlinearIOSystem', 'InterconnectedSystem', 'nlsys',
3434
'input_output_response', 'find_eqpt', 'linearize',

0 commit comments

Comments
 (0)