зеркало из https://github.com/mozilla/PollBot.git
Fix flake8
This commit is contained in:
Родитель
7c115f00b1
Коммит
e70df9622a
|
@ -89,7 +89,6 @@ async def main_summary_uptake(product, version):
|
|||
query_title = "Uptake {} {} {}"
|
||||
query_title = query_title.format(product.title(), channel.value, version_name)
|
||||
|
||||
|
||||
query = """
|
||||
WITH updated_t AS (
|
||||
SELECT COUNT(*) AS updated
|
||||
|
|
|
@ -8,7 +8,7 @@ from ..tasks.bedrock import release_notes, security_advisories, download_links
|
|||
from ..tasks.bouncer import bouncer
|
||||
from ..tasks.buildhub import get_releases
|
||||
from ..tasks.product_details import product_details, devedition_and_beta_in_sync
|
||||
from ..utils import Channel, get_version_channel, build_version_id
|
||||
from ..utils import Channel, get_version_channel
|
||||
from .decorators import validate_product_version
|
||||
|
||||
logger = logging.getLogger(__package__)
|
||||
|
|
Загрузка…
Ссылка в новой задаче