adaptfilt icon indicating copy to clipboard operation
adaptfilt copied to clipboard

Update __init__.py

Open prathmat opened this issue 7 years ago • 1 comments

Hey I just added brackets to the print statement

prathmat avatar Jan 16 '19 16:01 prathmat

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 '('

tausen avatar Jan 17 '19 19:01 tausen

Fixed in v0.3.

tausen avatar Jul 14 '24 15:07 tausen