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 Sep 25, 2024
1 parent 6a7a3bf commit f98cede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example_04_nmr_nics.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

import ase.io
import click
from aiida import orm
from aiida.common import NotExistent
from aiida.engine import run_get_node
from aiida import orm
from aiida.plugins import CalculationFactory

GaussianCalculation = CalculationFactory("gaussian")
Expand Down

0 comments on commit f98cede

Please sign in to comment.