mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: type annotation breaking on py3.9 (#28396)
This commit is contained in:
committed by
GitHub
parent
9c065951e7
commit
b224b8331a
@@ -14,6 +14,8 @@
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
from __future__ import annotations
|
||||
|
||||
from decimal import Decimal
|
||||
from typing import Any
|
||||
|
||||
|
||||
Reference in New Issue
Block a user