Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
./kyu_3/line_safari_is_that_a_line/walker_class.py:222:5: E303 too many blank lines (2) def __test_down(self) -> bool: ^ ./kyu_3/line_safari_is_that_a_line/walker_class.py:228:5: E303 too many blank lines (2) def __test_left(self) -> bool: ^ ./kyu_3/line_safari_is_that_a_line/walker_class.py:234:5: E303 too many blank lines (2) def __test_right(self) -> bool: ^
- Loading branch information