Skip to content
Snippets Groups Projects
Commit 262c85e6 authored by Waldir Pimenta's avatar Waldir Pimenta
Browse files

fix PEP8 issue (trailing whitespace)

parent 21ce082c
Loading
# encoding=utf-8 # encoding=utf-8
if __name__ == "__main__": if __name__ == "__main__":
print print
print "Note: Running in stand-alone mode. Consult the README" print "Note: Running in stand-alone mode. Consult the README"
print " (section 'Contributing') for advice on running tests." print " (section 'Contributing') for advice on running tests."
print print
import unittest import unittest
import pytest import pytest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment