mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: Logic for showing extension in Global Nav (#19158)
* fix logic for checking extensions * add specific types * fix lint
This commit is contained in:
@@ -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