Skip to content

Commit d86156b

Browse files
committed
Fix flake8 issue
1 parent 40426a6 commit d86156b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mokka/channels/torch.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,8 @@ def __init__(self, impulse_response):
15701570
"""
15711571
Initialize :py:class:`FixedChannelSP`.
15721572
1573-
:param impulse_response: 1xN vector of complex time-domain samples of the impulse response
1573+
:param impulse_response: 1xN vector of complex time-domain samples of
1574+
the impulse response
15741575
"""
15751576
super(FixedChannelSP, self).__init__()
15761577
self.impulse_response = torch.as_tensor(impulse_response)

0 commit comments

Comments
 (0)