fix: linters

This commit is contained in:
Jannat Patel
2024-07-30 14:54:21 +05:30
parent ed7db2d7c5
commit 819aac70fd
3 changed files with 330 additions and 189 deletions

View File

@@ -73,7 +73,7 @@ class LMSCertificateRequest(Document):
for req in existing_requests:
if (
req.name != self.name && (
req.name != self.name and (
req.date == getdate(self.date)
or getdate() < getdate(req.date)
or (