Skip to content

Commit

Permalink
add import super to mapper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
n8pease committed Sep 14, 2017
1 parent 4bae1c2 commit 632aadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/daf/persistence/mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# the GNU General Public License along with this program. If not,
# see <http://www.lsstcorp.org/LegalNotices/>.
#
from builtins import object
from builtins import object, super


from . import Policy
Expand Down

0 comments on commit 632aadd

Please sign in to comment.