diff --git a/validations.py b/validations.py index 2628db4..4ad80ce 100644 --- a/validations.py +++ b/validations.py @@ -1,6 +1,4 @@ #!/usr/bin/env python3 - - def validate_user(username, minlen): """Checks if the received username matches the required conditions.""" if type(username) != str: