Skip to content

Commit 952131e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c75c478 commit 952131e

File tree

8 files changed

+7
-1
lines changed

8 files changed

+7
-1
lines changed

pymatgen/analysis/defects/ccd.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Configuration-coordinate diagram analysis."""
2+
23
from __future__ import annotations
34

45
import logging

pymatgen/analysis/defects/constants.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Constants used in the Defects module."""
22

3-
43
import numpy as np
54
from scipy import constants
65

pymatgen/analysis/defects/core.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Classes representing defects."""
2+
23
from __future__ import annotations
34

45
import collections

pymatgen/analysis/defects/finder.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Defect position identification without prior knowledge."""
2+
23
from __future__ import annotations
34

45
import logging

pymatgen/analysis/defects/plotting/optics.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Plotting functions."""
2+
23
from __future__ import annotations
34

45
import collections

pymatgen/analysis/defects/plotting/phases.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Plotting functions for competing phases."""
2+
23
# %%
34
from __future__ import annotations
45

pymatgen/analysis/defects/thermo.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Classes and methods related to thermodynamics and energy."""
2+
23
from __future__ import annotations
34

45
import collections

pymatgen/analysis/defects/utils.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Utilities for defects module."""
2+
23
from __future__ import annotations
34

45
import bisect

0 commit comments

Comments
 (0)