Pylint fixes

This commit is contained in:
Horilla
2025-04-30 14:55:35 +05:30
parent 7e8d7b57c9
commit 9f21b43f15
12 changed files with 93 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
from django.urls import path
from .views import *
from .views import *
urlpatterns = [
path("setup/", GeoFencingSetupGetPostAPIView.as_view()),