mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
fix
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
|
import logging
|
||||||
import random
|
import random
|
||||||
import time
|
import time
|
||||||
import uuid
|
import uuid
|
||||||
import logging
|
|
||||||
from redash import redis_connection
|
|
||||||
from redis import WatchError
|
from redis import WatchError
|
||||||
|
|
||||||
|
from redash import redis_connection
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user