mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
avoid variable shadowing (#4050)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user