Skip to content

Commit

Permalink
switch to use new style classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tagar committed Feb 18, 2018
1 parent 1cdf77d commit 172af03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion abalon/spark/pivoter.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
from pyspark.sql.types import *


class BasicSparkPivoter:
class BasicSparkPivoter (object):

def __new__ (cls, df, idx_col=None, all_vars=None):
'''
Expand Down
2 changes: 1 addition & 1 deletion abalon/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version = '2.1.2'
version = '2.1.3'


0 comments on commit 172af03

Please sign in to comment.