mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
chore: move TypedDict from typing_extensions to typing (#25121)
This commit is contained in:
committed by
GitHub
parent
46a0a6e08a
commit
067bfbf950
@@ -14,9 +14,7 @@
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
from typing import Optional
|
||||
|
||||
from typing_extensions import TypedDict
|
||||
from typing import Optional, TypedDict
|
||||
|
||||
from superset.utils.core import DatasourceType
|
||||
|
||||
|
||||
Reference in New Issue
Block a user