Skip to content

Commit

Permalink
Update closest_elevator.py
Browse files Browse the repository at this point in the history
./kyu_8/closest_elevator/closest_elevator.py:8:1: E302 expected 2 blank lines, found 1
def elevator(left: int, right: int, call: int) -> str:
  • Loading branch information
ikostan committed Dec 24, 2024
1 parent 73457ed commit 4e001d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kyu_8/closest_elevator/closest_elevator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
GitHub: https://github.com/ikostan
"""


def elevator(left: int, right: int, call: int) -> str:
"""
Return closest elevator number.
Expand Down

0 comments on commit 4e001d6

Please sign in to comment.