mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-06-29 00:25:44 +08:00
Lint using autoflake and isort
This commit is contained in:
parent
d126fdbd32
commit
aa52da056c
35 changed files with 128 additions and 115 deletions
|
@ -1,13 +1,13 @@
|
|||
from celery import shared_task
|
||||
from search_results.tasks import create_search_result
|
||||
from selenium.webdriver.common.by import By
|
||||
from webdriver.utils import (
|
||||
setup_webdriver,
|
||||
selenium_action_template,
|
||||
google_search,
|
||||
get_element,
|
||||
get_elements,
|
||||
google_search,
|
||||
selenium_action_template,
|
||||
setup_webdriver,
|
||||
)
|
||||
from selenium.webdriver.common.by import By
|
||||
from search_results.tasks import create_search_result
|
||||
|
||||
|
||||
# Task template
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue