avoid variable shadowing (#4050)

This commit is contained in:
Omer Lachish
2019-08-07 22:43:04 +03:00
committed by GitHub
parent a167c590b6
commit c4dcf01b3c
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import dateutil
from tests import BaseTestCase
from redash import redis_connection, models, settings
from redash.tasks.failure_report import notify_of_failure, send_failure_report, send_aggregated_errors, key
from redash.tasks.failure_report import notify_of_failure, send_failure_report, key
from redash.utils import json_loads
class TestSendAggregatedErrorsTask(BaseTestCase):