Move the imports to the top of the file

Imports are always put at the top of the file,
just after any module comments and docstrings,
and before module globals and constants.

Change-Id: I2ebb8dc93cb7a18585a700764ebfd23510b12568
This commit is contained in:
liuxiaoyang 2017-06-20 11:23:33 +08:00
parent 32e803393d
commit 27b7a347ed
1 changed files with 4 additions and 4 deletions

View File

@ -10,14 +10,14 @@
# License for the specific language governing permissions and limitations
# under the License.
__all__ = [
'list_fuxi_opts',
]
import itertools
from fuxi.common import config
__all__ = [
'list_fuxi_opts',
]
def list_fuxi_opts():
return [