Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a3e9f1

Browse files
committed
Remove spurious print statement
1 parent ff227d3 commit 1a3e9f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/tests/test_coding_standards.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
except ImportError:
1515
HAS_PEP8 = False
1616
else:
17-
print('I HAVE PEP8!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!')
1817
HAS_PEP8 = True
1918

2019
import matplotlib

0 commit comments

Comments
 (0)