summaryrefslogtreecommitdiff
path: root/pint/testsuite/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'pint/testsuite/helpers.py')
-rw-r--r--pint/testsuite/helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pint/testsuite/helpers.py b/pint/testsuite/helpers.py
index bf638bd..8902e90 100644
--- a/pint/testsuite/helpers.py
+++ b/pint/testsuite/helpers.py
@@ -53,7 +53,7 @@ _unit_re = re.compile('<Unit\((.*)\)>')
class PintOutputChecker(doctest.OutputChecker):
def check_output(self, want, got, optionflags):
- check = super(PintOutputChecker, self).check_output(want, got, optionflags)
+ check = super().check_output(want, got, optionflags)
if check:
return check