mirror of
https://github.com/romanz/amodem.git
synced 2026-03-06 23:05:57 +08:00
PEP8 fixes for tests
This commit is contained in:
@@ -55,6 +55,7 @@ def test_saturation():
|
||||
except common.SaturationError as e:
|
||||
assert e.args == (max(x),)
|
||||
|
||||
|
||||
def test_izip():
|
||||
x = range(10)
|
||||
y = range(-10, 0)
|
||||
|
||||
Reference in New Issue
Block a user