We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bac40a commit 9316cecCopy full SHA for 9316cec
1 file changed
python2/koans/about_methods.py
@@ -113,8 +113,7 @@ def test_pass_does_nothing_at_all(self):
113
114
# ------------------------------------------------------------------
115
116
- def one_line_method(self):
117
- return 'Madagascar'
+ def one_line_method(self): return 'Madagascar'
118
119
def test_no_indentation_required_for_one_line_statement_bodies(self):
120
self.assertEqual(__, self.one_line_method())
0 commit comments