Corrected import order

Enabled H306 in tox.ini and corrected the import order.

Change-Id: If77984e8c62b0ec0cfb3d068e9c1b0d4d7c3583d
This commit is contained in:
Lianhao Lu
2013-10-28 11:53:19 +08:00
parent 4e9f5bf11d
commit 0e26faeb69
98 changed files with 244 additions and 224 deletions

View File

@@ -18,8 +18,8 @@
import fnmatch
import itertools
import os
import operator
import os
from oslo.config import cfg
import yaml