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 15, 2024
1 parent 4fc61a4 commit a6d88b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aiida_cp2k/parsers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
###############################################################################
"""AiiDA-CP2K output parser."""

import re

import ase
import numpy as np
import re
from aiida import common, engine, orm, parsers, plugins

from .. import utils
Expand Down

0 comments on commit a6d88b8

Please sign in to comment.