-
- Downloads
Can't comply with contradictory PEP8 rules on some specfic code such as:
y = function(- x) : it asks for spaces around operator, but spaces after parentheses are not allowed :(...
Loading
Please register or sign in to comment
y = function(- x) : it asks for spaces around operator, but spaces after parentheses are not allowed :(...