Skip to content

Commit

Permalink
style: format code with Black, isort and Prettier (#1316)
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in a5993bd according to
the output
from Black, isort and Prettier.

Details: None

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] authored Dec 7, 2023
1 parent a5993bd commit 734c112
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/quacc/schemas/vasp.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ def vasp_summarize_run(
chargemol_results = _chargemol_runner(dir_path, structure=struct)
except Exception as err:
chargemol_results = None
logging.warning(f"Chargemol analysis could not be performed.", exc_info=True)
logging.warning(
f"Chargemol analysis could not be performed.", exc_info=True
)

if chargemol_results:
vasp_task_doc["chargemol"] = chargemol_results[0]
Expand Down

0 comments on commit 734c112

Please sign in to comment.