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 0ecb6d8 commit 9a4e53bCopy full SHA for 9a4e53b
1 file changed
Lib/test/test_traceback.py
@@ -4032,7 +4032,7 @@ def callable():
4032
callable, slice_start=-1, slice_end=None
4033
)
4034
return result_lines[0]
4035
-
+
4036
class BaseSuggestionTests(SuggestionFormattingTestBaseParent):
4037
"""
4038
Subclasses need to implement the get_suggestion method.
@@ -4138,7 +4138,7 @@ class A:
4138
4139
obj = A()
4140
actual = self.get_suggestion(obj, 'bluch')
4141
- self.assertNotIn("blech", actual)
+ self.assertNotIn("blech", actual)
4142
4143
class GetattrSuggestionTests(BaseSuggestionTests):
4144
def get_suggestion(self, obj, attr_name=None):
0 commit comments