Remove pointless initialization of checksymbols

This commit is contained in:
Paul Pfeister
2024-05-29 00:54:42 -04:00
committed by GitHub
-1
View File
@@ -143,7 +143,6 @@ def check_for_parameter(username):
return "{?}" in username
checksymbols = []
checksymbols = ["_", "-", "."]