We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f675a9e commit eb89154Copy full SHA for eb89154
textplot/matrix.py
@@ -92,7 +92,7 @@ def __init__(self, text):
92
text (Text): The source text.
93
"""
94
95
- super(self.__class__, self).__init__()
+ super().__init__()
96
self.text = text
97
98
0 commit comments