Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 18, 2024
1 parent c75c478 commit 952131e
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions pymatgen/analysis/defects/ccd.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Configuration-coordinate diagram analysis."""

from __future__ import annotations

import logging
Expand Down
1 change: 0 additions & 1 deletion pymatgen/analysis/defects/constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Constants used in the Defects module."""


import numpy as np
from scipy import constants

Expand Down
1 change: 1 addition & 0 deletions pymatgen/analysis/defects/core.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Classes representing defects."""

from __future__ import annotations

import collections
Expand Down
1 change: 1 addition & 0 deletions pymatgen/analysis/defects/finder.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Defect position identification without prior knowledge."""

from __future__ import annotations

import logging
Expand Down
1 change: 1 addition & 0 deletions pymatgen/analysis/defects/plotting/optics.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Plotting functions."""

from __future__ import annotations

import collections
Expand Down
1 change: 1 addition & 0 deletions pymatgen/analysis/defects/plotting/phases.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Plotting functions for competing phases."""

# %%
from __future__ import annotations

Expand Down
1 change: 1 addition & 0 deletions pymatgen/analysis/defects/thermo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Classes and methods related to thermodynamics and energy."""

from __future__ import annotations

import collections
Expand Down
1 change: 1 addition & 0 deletions pymatgen/analysis/defects/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Utilities for defects module."""

from __future__ import annotations

import bisect
Expand Down

0 comments on commit 952131e

Please sign in to comment.