Pylint fixes
This commit is contained in:
@@ -2,11 +2,12 @@ from django.apps import AppConfig
|
||||
|
||||
|
||||
class GeofencingConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'geofencing'
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "geofencing"
|
||||
|
||||
def ready(self):
|
||||
from django.urls import include, path
|
||||
|
||||
from horilla.urls import urlpatterns
|
||||
|
||||
urlpatterns.append(
|
||||
|
||||
Reference in New Issue
Block a user