We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1bcc8 commit 80cd98aCopy full SHA for 80cd98a
pymatgen/analysis/defects/core.py
@@ -7,7 +7,6 @@
7
from abc import ABCMeta, abstractmethod, abstractproperty
8
from enum import Enum
9
from typing import TYPE_CHECKING
10
-from typing.extensions import Self
11
12
import numpy as np
13
from monty.json import MSONable
@@ -16,6 +15,7 @@
16
15
from pymatgen.core import Element, PeriodicSite, Species
17
from pymatgen.core.periodic_table import DummySpecies
18
from pymatgen.symmetry.analyzer import SpacegroupAnalyzer
+from typing_extensions import Self
19
20
from .utils import get_plane_spacing
21
0 commit comments