Skip to content

Commit

Permalink
Revert back import of MutableSequence from collections to
Browse files Browse the repository at this point in the history
collections.abc in turbomoleio.output.states.
  • Loading branch information
davidwaroquiers committed Mar 16, 2022
1 parent 8069b62 commit e68b587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion turbomoleio/output/states.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@

import re
import subprocess
from collections import MutableSequence, defaultdict
from collections import defaultdict
from collections.abc import MutableSequence
from copy import copy
from fractions import Fraction

Expand Down

0 comments on commit e68b587

Please sign in to comment.