Skip to content

Commit af1bcc8

Browse files
committed
lint
1 parent 4091e5a commit af1bcc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pymatgen/analysis/defects/core.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
import logging
77
from abc import ABCMeta, abstractmethod, abstractproperty
88
from enum import Enum
9-
from typing import TYPE_CHECKING, Self
9+
from typing import TYPE_CHECKING
10+
from typing.extensions import Self
1011

1112
import numpy as np
1213
from monty.json import MSONable

0 commit comments

Comments
 (0)