From 78eaf6a834e65fb8ab795d1c98e5211794da91df Mon Sep 17 00:00:00 2001 From: Robert Dougherty-Bliss Date: Wed, 15 May 2019 14:49:15 -0400 Subject: [PATCH] Import Py3's super() for Py2 users --- radon/cli/harvest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/radon/cli/harvest.py b/radon/cli/harvest.py index d5cd0f7..4b28994 100644 --- a/radon/cli/harvest.py +++ b/radon/cli/harvest.py @@ -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