summaryrefslogtreecommitdiff
path: root/pycadf/cadftype.py
diff options
context:
space:
mode:
authorChristian Berendt <berendt@b1-systems.de>2014-07-17 10:23:52 +0200
committerChristian Berendt <berendt@b1-systems.de>2014-07-17 10:24:10 +0200
commitfbdeb41af0c9df0e8d4ad8d5cff0ce13fb65b8c4 (patch)
treeb95a5813e4457b21557d03754d7ef44d2c203688 /pycadf/cadftype.py
parent0fb150cab3979be46c798daf2b2439631aaaeada (diff)
downloadpycadf-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/cadftype.py')
-rw-r--r--pycadf/cadftype.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pycadf/cadftype.py b/pycadf/cadftype.py
index f9f3096..4c04333 100644
--- a/pycadf/cadftype.py
+++ b/pycadf/cadftype.py
@@ -16,6 +16,7 @@
# under the License.
import abc
+
import six
from pycadf.openstack.common import jsonutils