Skip to content

Commit 0fddfac

Browse files
authored
minor: remove spaces
1 parent d09a39b commit 0fddfac

File tree

1 file changed

+1
-1
lines changed
  • user_scanner/user_scan/community

1 file changed

+1
-1
lines changed

user_scanner/user_scan/community/lemmy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
def validate_lemmy(user: str) -> Result:
7-
""" Check username availability on Lemmy (lemmy.world instance)"""
7+
"""Check username availability on Lemmy (lemmy.world instance)"""
88

99
# Lemmy username rules: 3-20 chars, alphanumeric and underscores only
1010
if not (3 <= len(user) <= 20):

0 commit comments

Comments
 (0)