[WEB - 549] dev: formatting and removing unused imports (#3782)

* dev: formatting and removing unused imports

* dev: remove unused imports and format all the files

* fix: linting errors

* dev: format using ruff

* dev: remove unused variables
This commit is contained in:
Nikhil 2024-03-06 20:48:30 +05:30 committed by GitHub
parent c16a5b9b71
commit 1fa47a6c04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
88 changed files with 782 additions and 2371 deletions

View file

@ -1,3 +1 @@
from django.shortcuts import render
# Create your views here.