Skip to content

Commit

Permalink
fixed type import for Iterable
Browse files Browse the repository at this point in the history
  • Loading branch information
hweichelt committed Jul 24, 2023
1 parent 1fbcde8 commit 9b3db81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clingexplaid/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
Utilities
"""

from typing import Tuple, Dict, Set, Union
from collections.abc import Iterable
from typing import Tuple, Dict, Set, Union, Iterable

import clingo
from clingo.ast import ASTType
Expand Down

0 comments on commit 9b3db81

Please sign in to comment.