From a95d625745bc0912de1c1e20c8c83fd32c211897 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 17 Jan 2015 13:25:11 +0100 Subject: [PATCH] Revert "Fix missing import" This reverts commit 1836a32642fc02d23befe75fc7c16ae43e03e9e0. This import was not missing on develop branch. --- tasklib/task.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tasklib/task.py b/tasklib/task.py index e0fa91f..9b3626d 100644 --- a/tasklib/task.py +++ b/tasklib/task.py @@ -7,7 +7,6 @@ import os import six import sys import subprocess -import sys DATE_FORMAT = '%Y%m%dT%H%M%SZ' REPR_OUTPUT_SIZE = 10 -- 2.39.2