Skip to content

Commit 80cd98a

Browse files
committed
lint
1 parent af1bcc8 commit 80cd98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymatgen/analysis/defects/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from abc import ABCMeta, abstractmethod, abstractproperty
88
from enum import Enum
99
from typing import TYPE_CHECKING
10-
from typing.extensions import Self
1110

1211
import numpy as np
1312
from monty.json import MSONable
@@ -16,6 +15,7 @@
1615
from pymatgen.core import Element, PeriodicSite, Species
1716
from pymatgen.core.periodic_table import DummySpecies
1817
from pymatgen.symmetry.analyzer import SpacegroupAnalyzer
18+
from typing_extensions import Self
1919

2020
from .utils import get_plane_spacing
2121

0 commit comments

Comments
 (0)