Skip to content

Commit 0f0bcb1

Browse files
committed
try again ruff
1 parent 1ada87f commit 0f0bcb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/atomate2/forcefields/jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def forcefield_job(method: Callable) -> job:
5252
This is a thin wrapper around :obj:`~jobflow.core.job.Job` that configures common
5353
settings for all forcefield jobs. For example, it ensures that large data objects
5454
(currently only trajectories) are all stored in the atomate2 data store.
55-
It also configures the output schema to be a
55+
It also configures the output schema to be a
5656
ForceFieldStructureTaskDocument :obj:`.TaskDoc`.
5757
5858
Any makers that return forcefield jobs (not flows) should decorate the

0 commit comments

Comments
 (0)