Commit f994912c by stv

Fix PEP8: W291 trailing whitespace

parent 40cb7372
......@@ -42,7 +42,7 @@ MOCK_MODULES = [
'Location',
]
for mod_name in MOCK_MODULES:
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment