neutron-lib/neutron_lib/tests/unit/callbacks
Akihiro Motoki 98d261468c Fix pep8 errors
Recent pep8 upgrade and corresponding pycodestyle update break
pep8 job due to the new rules.
- E402 module level import not at top of file
- E731 do not assign a lambda expression, use a def
- W503 line break before binary operator

Change-Id: I40d386b44489e6847dd9c441b3feb56e099d252e
2018-04-11 01:10:23 +09:00
..
__init__.py Adding callback mechanism 2015-12-18 19:05:15 +00:00
test_callback_exceptions.py add exceptions package 2017-02-13 12:34:04 -07:00
test_events.py Follow-up review comments 2017-01-13 01:12:07 +00:00
test_manager.py Fix pep8 errors 2018-04-11 01:10:23 +09:00
test_registry.py callback: priority to specify calling order 2018-03-22 18:20:25 +00:00