We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4091e5a commit af1bcc8Copy full SHA for af1bcc8
pymatgen/analysis/defects/core.py
@@ -6,7 +6,8 @@
6
import logging
7
from abc import ABCMeta, abstractmethod, abstractproperty
8
from enum import Enum
9
-from typing import TYPE_CHECKING, Self
+from typing import TYPE_CHECKING
10
+from typing.extensions import Self
11
12
import numpy as np
13
from monty.json import MSONable
0 commit comments