Skip to content

Commit a0a121f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cb9becc commit a0a121f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aiida_cp2k/calculations/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ def define(cls, spec):
233233
"output_trajectory",
234234
valid_type=TrajectoryData,
235235
required=False,
236-
help="The output trajectory."
237-
)
236+
help="The output trajectory.",
237+
)
238238
spec.output(
239239
"output_bands",
240240
valid_type=BandsData,

0 commit comments

Comments
 (0)