Skip to content

Commit 9527e4e

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

executorlib/backend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
receive the Python functions for execution. The backends are divided based on two criteria, once whether they are using
44
the file based cache as it is employed by the FluxClusterExecutor and SlurmClusterExecutor versus the interactive
55
interface and secondly whether the submitted Python function is executed MPI parallel or in serial.
6-
"""
6+
"""

executorlib/executor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
The executor module provides five different executor classes the user interacts with, namely: SingleNodeExecutor,
33
SlurmClusterExecutor, FluxClusterExecutor, SlurmJobExecutor and FluxJobExecutor. In addition, it includes a BaseExecutor
44
class to validate a given executor object is based on executorlib.
5-
"""
5+
"""
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
The task schedulers are used inside executorlib to distribute Python functions for execution, the following task
33
schedulers are available: BlockAllocationTaskScheduler, DependencyTaskScheduler, FileTaskScheduler and OneProcessTaskScheduler.
4-
"""
4+
"""

0 commit comments

Comments
 (0)