Some Fixes for pylint

This commit is contained in:
Mohamed ElKalioby
2024-01-25 14:06:49 +03:00
parent 0c16d2edee
commit 4d4d647d35
11 changed files with 27 additions and 35 deletions

View File

@@ -3,7 +3,7 @@ from django.core.mail import EmailMessage
try:
from django.urls import reverse
except:
except ImportError:
from django.core.urlresolver import reverse # pyre-ignore[21]