Skip to content

Commit

Permalink
Also fix iterable import (python 3.8 failure reported by Ian)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Oct 11, 2022
1 parent 45e85ae commit a857d43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/build/build/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@
import os
import re

from collections.abc import Iterable
from dataclasses import dataclass
from typing import Any, Dict, Optional
from typing import Any, Dict, Optional, Iterable


@dataclass(init=False)
Expand Down

0 comments on commit a857d43

Please sign in to comment.