nfv/nfv/nfv-vim/nfv_vim/events/__init__.py
Al Bailey 49f88f15c9 Cleanup tox alphabetical imports in nfv
This commit re-orders the imports to allow enabling in flake8:
  H306: imports not in alphabetical order

This change should have no functional impact on the code

Scenario tests all passing.

Story: 2004515
Task: 28684
Change-Id: I412474dfdd1ee9d7deade7f7d6aca32085c0f3f2
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2018-12-27 11:55:20 -06:00

8 lines
241 B
Python
Executable File

#
# Copyright (c) 2015-2016 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
from nfv_vim.events._events_module import events_finalize # noqa: F401
from nfv_vim.events._events_module import events_initialize # noqa: F401