Skip to content

Commit

Permalink
style: 🎨 fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
roadkell committed Aug 19, 2022
1 parent 7c56142 commit 4529146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shlakoblokun/shlakoblokun.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,8 @@ def check_pair(ws: tuple[str, str],
mindepth: int,
minfree: int
) -> tuple[tuple[int, int],
tuple[int, int],
tuple[str, str]]:
tuple[int, int],
tuple[str, str]]:
"""
Check word pair for blendability.
Expand Down

0 comments on commit 4529146

Please sign in to comment.