Skip to content

Commit 0827034

Browse files
authored
Update settings.py
1 parent 2995c0a commit 0827034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/djangoproj/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@
105105
{
106106
"NAME": (
107107
# Fix Line 101: E501 (comment too long, shortened)
108-
# UserAttributeSimilarityValidator (splitting string on line 102)
109-
"django.contrib.auth.password_validation." # Fix Line 102: E501 (splitting string)
108+
109+
"django.contrib.auth.password_validation."
110110
"UserAttributeSimilarityValidator"
111111
), # User similarity validator
112112
},

0 commit comments

Comments
 (0)