From a29a36163d0f4b4ebe596551b425fb4ac070c140 Mon Sep 17 00:00:00 2001 From: Salim Fadhley Date: Sun, 30 Jun 2013 00:49:49 +0100 Subject: [PATCH] remove unused import --- jenkinsapi/artifact.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jenkinsapi/artifact.py b/jenkinsapi/artifact.py index 3153bf5..ffb619c 100644 --- a/jenkinsapi/artifact.py +++ b/jenkinsapi/artifact.py @@ -8,7 +8,6 @@ This module provides a class called Artifact which allows you to download object and also access them as a stream. """ from __future__ import with_statement -import urllib import os import logging import hashlib -- 2.34.1