Skip to content

Commit

Permalink
Merge pull request #266 from mbercx/fix/265/type-checking
Browse files Browse the repository at this point in the history
Import from `typing` instead `pymatgen.util.typing`
  • Loading branch information
gmatteo authored Aug 28, 2023
2 parents b5e40cc + a25b11c commit 1c2ab05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abipy/tools/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import numpy as np

from pymatgen.util.typing import *
from typing import TYPE_CHECKING, Any, Union, Sequence


if TYPE_CHECKING: # needed to avoid circular imports
Expand Down

0 comments on commit 1c2ab05

Please sign in to comment.