Skip to content

Commit

Permalink
fix: type annotation breaking on py3.9 (apache#28396)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored and SRK committed May 10, 2024
1 parent a0b94d5 commit c055210
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions superset/utils/pandas_postprocessing/contribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c055210

Please sign in to comment.