summaryrefslogtreecommitdiff
path: root/docs/quick_tour
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick_tour')
-rw-r--r--docs/quick_tour/sqla_demo/tests/test_it.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tour/sqla_demo/tests/test_it.py b/docs/quick_tour/sqla_demo/tests/test_it.py
index c79e05022..f0848564b 100644
--- a/docs/quick_tour/sqla_demo/tests/test_it.py
+++ b/docs/quick_tour/sqla_demo/tests/test_it.py
@@ -43,7 +43,7 @@ class BaseTest(unittest.TestCase):
class TestMyViewSuccessCondition(BaseTest):
def setUp(self):
- super(TestMyViewSuccessCondition, self).setUp()
+ super().setUp()
self.init_database()
from sqla_demo.models import MyModel