mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
removing the import logging as not used on the tool
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user