Fix bad indentation in a pyximport test
The indentation was inadvertently broken when expanding tabs in e908c0b9. Fixes: $ python pyximport/test/test_reload.py File "pyximport/test/test_reload.py", line 23 assert hello.x == 1 ^ IndentationError: unexpected indent
Showing
Please register or sign in to comment