summaryrefslogtreecommitdiff
path: root/pycadf/timestamp.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/timestamp.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/timestamp.py')
-rw-r--r--pycadf/timestamp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pycadf/timestamp.py b/pycadf/timestamp.py
index 5e3d4c7..60c492b 100644
--- a/pycadf/timestamp.py
+++ b/pycadf/timestamp.py
@@ -16,6 +16,7 @@
# under the License.
import datetime
+
import pytz
import six