Skip to content

Commit

Permalink
style: format code with Black, isort and Prettier (#1561)
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 6026beb 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] committed Jan 16, 2024
1 parent 6026beb commit 9f27992
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/quacc/recipes/espresso/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ def base_fn(

final_atoms = run_calc(atoms, geom_file=geom_file, copy_files=copy_files)

return summarize_run(
final_atoms, atoms, additional_fields=additional_fields
)
return summarize_run(final_atoms, atoms, additional_fields=additional_fields)


def base_opt_fn(
Expand Down

0 comments on commit 9f27992

Please sign in to comment.