Skip to content

Commit

Permalink
Remove leftover print function in test used for previous debugging (p…
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne authored and mitsuhiko committed Mar 31, 2018
1 parent 5493550 commit d97c93f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def test_light_imports():
if sys.version_info[0] != 2:
rv = rv.decode('utf-8')
imported = json.loads(rv)
print(imported)

for module in imported:
if module == 'click' or module.startswith('click.'):
Expand Down

0 comments on commit d97c93f

Please sign in to comment.