mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: Logic for showing extension in Global Nav (#19158)
* fix logic for checking extensions
* add specific types
* fix lint
(cherry picked from commit 181ecf4509)
This commit is contained in:
committed by
Ville Brofeldt
parent
3f1074e6a3
commit
ca0c12f2b3
@@ -71,7 +71,7 @@ class AsyncQueryManager:
|
||||
|
||||
def __init__(self) -> None:
|
||||
super().__init__()
|
||||
self._redis: redis.Redis # type: ignore
|
||||
self._redis: redis.Redis
|
||||
self._stream_prefix: str = ""
|
||||
self._stream_limit: Optional[int]
|
||||
self._stream_limit_firehose: Optional[int]
|
||||
|
||||
Reference in New Issue
Block a user