Merge "Remove unused logging import"

This commit is contained in:
Jenkins 2017-03-23 22:50:34 +00:00 committed by Gerrit Code Review
commit f17fa649af
1 changed files with 0 additions and 4 deletions

View File

@ -12,8 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
import logging
from pyspark.sql import SQLContext
from pyspark.sql.types import ArrayType
from pyspark.sql.types import DoubleType
@ -22,8 +20,6 @@ from pyspark.sql.types import StringType
from pyspark.sql.types import StructField
from pyspark.sql.types import StructType
LOG = logging.getLogger(__name__)
class TransformUtils(object):
"""utility methods for different kinds of data."""