IBM / django-ibmi

Django adapter for IBM i
Apache License 2.0
3 stars 5 forks source link

Use Python 3 simplified super() #35

Closed kadler closed 3 years ago

kadler commented 3 years ago

In addition to python 2 checks, we can use the Python 3 super() call shortcut instead of listing the class name and self reference. See https://www.journaldev.com/15911/python-super

Originally posted by @kadler in https://github.com/IBM/django-ibmi/issues/13#issuecomment-726399945