diff options
author | Christian Berendt <berendt@b1-systems.de> | 2014-07-17 10:23:52 +0200 |
---|---|---|
committer | Christian Berendt <berendt@b1-systems.de> | 2014-07-17 10:24:10 +0200 |
commit | fbdeb41af0c9df0e8d4ad8d5cff0ce13fb65b8c4 (patch) | |
tree | b95a5813e4457b21557d03754d7ef44d2c203688 /pycadf/identifier.py | |
parent | 0fb150cab3979be46c798daf2b2439631aaaeada (diff) | |
download | pycadf-fbdeb41af0c9df0e8d4ad8d5cff0ce13fb65b8c4.tar.gz |
Enabled hacking checks H305 and H307
* H305 imports not grouped correctly
* H307 like imports should be grouped together
Change-Id: Ied0e83b9b37dcb7a7a60a653093c3fa0d8e56226
Diffstat (limited to 'pycadf/identifier.py')
-rw-r--r-- | pycadf/identifier.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pycadf/identifier.py b/pycadf/identifier.py index 2035b97..f25d88c 100644 --- a/pycadf/identifier.py +++ b/pycadf/identifier.py @@ -15,10 +15,10 @@ # License for the specific language governing permissions and limitations # under the License. -import six import uuid from oslo.config import cfg +import six CONF = cfg.CONF opts = [ |