Skip to content

Commit 9a4e53b

Browse files
committed
Fix linting issue
1 parent 0ecb6d8 commit 9a4e53b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_traceback.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4032,7 +4032,7 @@ def callable():
40324032
callable, slice_start=-1, slice_end=None
40334033
)
40344034
return result_lines[0]
4035-
4035+
40364036
class BaseSuggestionTests(SuggestionFormattingTestBaseParent):
40374037
"""
40384038
Subclasses need to implement the get_suggestion method.
@@ -4138,7 +4138,7 @@ class A:
41384138

41394139
obj = A()
41404140
actual = self.get_suggestion(obj, 'bluch')
4141-
self.assertNotIn("blech", actual)
4141+
self.assertNotIn("blech", actual)
41424142

41434143
class GetattrSuggestionTests(BaseSuggestionTests):
41444144
def get_suggestion(self, obj, attr_name=None):

0 commit comments

Comments
 (0)