From 2f87fa2f531e7fee3dcf6a4be4d9fa571dd69a90 Mon Sep 17 00:00:00 2001 From: Horilla Date: Wed, 2 Apr 2025 14:30:14 +0530 Subject: [PATCH] Pylint updates --- biometric/etimeoffice.py | 4 ---- .../etimeoffice/list_etimeoffice_employees.html | 2 +- .../biometric_users/etimeoffice/map_etimeoffice_users.html | 2 +- .../etimeoffice/nav_etimeoffice_employees.html | 2 +- .../etimeoffice/view_etimeoffice_employees.html | 2 +- 5 files changed, 4 insertions(+), 8 deletions(-) diff --git a/biometric/etimeoffice.py b/biometric/etimeoffice.py index ba25eee92..796b0d319 100644 --- a/biometric/etimeoffice.py +++ b/biometric/etimeoffice.py @@ -1,11 +1,7 @@ -import requests -from requests.auth import HTTPBasicAuth from datetime import datetime - import requests from requests.auth import HTTPBasicAuth -from datetime import datetime class ETimeOfficeAPI: diff --git a/biometric/templates/biometric_users/etimeoffice/list_etimeoffice_employees.html b/biometric/templates/biometric_users/etimeoffice/list_etimeoffice_employees.html index 21b6c0f81..c31596ffe 100644 --- a/biometric/templates/biometric_users/etimeoffice/list_etimeoffice_employees.html +++ b/biometric/templates/biometric_users/etimeoffice/list_etimeoffice_employees.html @@ -60,4 +60,4 @@ {% endfor %} - \ No newline at end of file + diff --git a/biometric/templates/biometric_users/etimeoffice/map_etimeoffice_users.html b/biometric/templates/biometric_users/etimeoffice/map_etimeoffice_users.html index f7465b22e..2c03ae46b 100644 --- a/biometric/templates/biometric_users/etimeoffice/map_etimeoffice_users.html +++ b/biometric/templates/biometric_users/etimeoffice/map_etimeoffice_users.html @@ -22,4 +22,4 @@ - \ No newline at end of file + diff --git a/biometric/templates/biometric_users/etimeoffice/nav_etimeoffice_employees.html b/biometric/templates/biometric_users/etimeoffice/nav_etimeoffice_employees.html index f1fe43fed..e6878f6e9 100644 --- a/biometric/templates/biometric_users/etimeoffice/nav_etimeoffice_employees.html +++ b/biometric/templates/biometric_users/etimeoffice/nav_etimeoffice_employees.html @@ -46,4 +46,4 @@ - \ No newline at end of file + diff --git a/biometric/templates/biometric_users/etimeoffice/view_etimeoffice_employees.html b/biometric/templates/biometric_users/etimeoffice/view_etimeoffice_employees.html index bcfedf6d6..0d3938029 100644 --- a/biometric/templates/biometric_users/etimeoffice/view_etimeoffice_employees.html +++ b/biometric/templates/biometric_users/etimeoffice/view_etimeoffice_employees.html @@ -20,4 +20,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %}