Skip to content

Commit

Permalink
add missing colon
Browse files Browse the repository at this point in the history
  • Loading branch information
mecaneer23 committed Dec 12, 2023
1 parent 5582c26 commit 27949aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cursor_movement.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Various ways to move a cursor represented by an int
"""

# pylint disable=missing-function-docstring
# pylint: disable=missing-function-docstring

from typing import Any

Expand Down

0 comments on commit 27949aa

Please sign in to comment.