mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-02-13 11:30:13 +00:00
fix black linting
This commit is contained in:
parent
0d863ef557
commit
0ff27ebfb9
@ -13,6 +13,7 @@ Including another URLconf
|
||||
1. Import the include() function: from django.urls import include, path
|
||||
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
|
||||
"""
|
||||
|
||||
from django.contrib import admin
|
||||
from django.urls import include, path
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
"""custom models"""
|
||||
|
||||
from django.contrib.auth.models import (
|
||||
AbstractBaseUser,
|
||||
BaseUserManager,
|
||||
|
@ -3,6 +3,7 @@ functionality:
|
||||
- wrapper around requests to call elastic search
|
||||
- reusable search_after to extract total index
|
||||
"""
|
||||
|
||||
# pylint: disable=missing-timeout
|
||||
|
||||
import json
|
||||
|
@ -6,7 +6,6 @@ Functionality:
|
||||
- calculate pagination values
|
||||
"""
|
||||
|
||||
|
||||
from api.src.search_processor import SearchProcess
|
||||
from home.src.es.connect import ElasticWrap
|
||||
|
||||
|
@ -3,6 +3,7 @@ Functionality:
|
||||
- all views for home app
|
||||
- holds base classes to inherit from
|
||||
"""
|
||||
|
||||
import enum
|
||||
import urllib.parse
|
||||
from time import sleep
|
||||
|
Loading…
Reference in New Issue
Block a user