[Getan-commits] [PATCH 06 of 32] Remove unnecessary imports

Wald Commits scm-commit at wald.intevation.org
Fri Oct 11 14:33:50 CEST 2013


# HG changeset patch
# User Björn Ricks <bjoern.ricks at intevation.de>
# Date 1381478926 -7200
# Node ID 97892fea9ecdfc1ca70f28778413a6a15b8a987d
# Parent  b5b3545ee1eab51b10c7362ecc107ff7b69b8473
Remove unnecessary imports

diff -r b5b3545ee1ea -r 97892fea9ecd getan/utils.py
--- a/getan/utils.py	Fri Oct 11 10:08:35 2013 +0200
+++ b/getan/utils.py	Fri Oct 11 10:08:46 2013 +0200
@@ -10,8 +10,6 @@
 
 import logging
 
-from datetime import datetime, timedelta
-
 global DATETIME_FORMAT
 DATETIME_FORMAT = "%Y-%m-%d"
 TIME_FORMAT     = "%H:%M:%S"


More information about the Getan-commits mailing list