Skip to content

Commit

Permalink
fix pylint warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Oct 31, 2019
1 parent 8a765eb commit 61d7981
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions olapy/core/mdx/executor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import absolute_import
from __future__ import absolute_import, print_function

try:
# if pyspark install, use it instead of pandas
# if pyspark is installed, use it instead of pandas

from .spark.cube_loader import SparkCubeLoader as CubeLoader
from .spark.execute import SparkMdxEngine as MdxEngine
Expand All @@ -21,8 +21,8 @@

print(
"""
****************************************************
***************** OlaPy with Pandas ****************
****************************************************
"""
****************************************************
***************** OlaPy with Pandas ****************
****************************************************
"""
)

0 comments on commit 61d7981

Please sign in to comment.