Skip to content

Commit

Permalink
fix(super): import Py3's super() for Py2 users (#172)
Browse files Browse the repository at this point in the history
Closes #170
  • Loading branch information
rdbliss authored and rubik committed May 17, 2019
1 parent 420cbe4 commit fb94658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radon/cli/harvest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
'''This module holds the base Harvester class and all its subclassess.'''

from builtins import super
import json
import collections
from radon.raw import analyze
Expand Down

0 comments on commit fb94658

Please sign in to comment.