removing the import logging as not used on the tool

This commit is contained in:
Zipho Mashologu
2017-06-13 19:32:18 +02:00
parent 791a746934
commit ad47d781b1
-3
View File
@@ -5,7 +5,6 @@
# to be reflected in galaxy.web.controllers.tool_runner and galaxy.tools
from __future__ import print_function
import logging
import codecs
import gzip
import os
@@ -25,8 +24,6 @@ from galaxy.util import multi_byte
from galaxy.util.checkers import check_binary, check_bz2, check_gzip, check_html, check_zip
from galaxy.util.image_util import get_image_ext
log = logging.getLogger( __name__ )
try:
import bz2
except: