adaptfilt
adaptfilt copied to clipboard
Update __init__.py
Hey I just added brackets to the print statement
Hi @prathmat - thank you for your contribution!
Would you mind removing the whitespace between print and (? We've tried to be fairly pep8 compliant:
adaptfilt$ pep8 --ignore E402,E226 adaptfilt/*.py examples/*.py
__init__.py:41:10: E211 whitespace before '('
__init__.py:42:10: E211 whitespace before '('
__init__.py:43:10: E211 whitespace before '('
__init__.py:44:10: E211 whitespace before '('
__init__.py:45:10: E211 whitespace before '('
Fixed in v0.3.