Skip to content

Commit

Permalink
Change Iterable import to be Python 3.10 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
cchall committed Aug 2, 2022
1 parent c6aa14a commit 3f5a2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsopt/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import rsopt.conversion
from libensemble import message_numbers
from libensemble.executors.executor import Executor
from collections import Iterable
from collections.abc import Iterable

# TODO: This should probably be in libe_tools right?

Expand Down

0 comments on commit 3f5a2f9

Please sign in to comment.