Skip to content

Commit 9b48275

Browse files
authored
Update settings.py
1 parent 0827034 commit 9b48275

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

server/djangoproj/settings.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,8 @@
103103

104104
AUTH_PASSWORD_VALIDATORS = [
105105
{
106-
"NAME": (
107-
# Fix Line 101: E501 (comment too long, shortened)
108-
109-
"django.contrib.auth.password_validation."
106+
"NAME": (
107+
"django.contrib.auth.password_validation."
110108
"UserAttributeSimilarityValidator"
111109
), # User similarity validator
112110
},

0 commit comments

Comments
 (0)