Remove unused logging import

Change-Id: I68a166a212f1bd5bc40170cd96bd36668666f6a8
This commit is contained in:
Anh Tran 2017-02-17 10:45:08 +07:00
parent 372c1a2327
commit f8f5667c91
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."""