From 27b7a347ed2411c89f25d2fdac0864de6cdd8a77 Mon Sep 17 00:00:00 2001 From: liuxiaoyang Date: Tue, 20 Jun 2017 11:23:33 +0800 Subject: [PATCH] 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 --- fuxi/opts.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fuxi/opts.py b/fuxi/opts.py index 35a08ec..4e60436 100644 --- a/fuxi/opts.py +++ b/fuxi/opts.py @@ -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 [