From 9fbf1394c794e5436a3648cd185d1f585708b6b1 Mon Sep 17 00:00:00 2001 From: esha-saif Date: Tue, 26 Aug 2025 15:18:33 +0500 Subject: [PATCH] Update validations.py --- validations.py | 2 -- 1 file changed, 2 deletions(-) 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: