diff options
| author | Scott <[email protected]> | 2022-01-26 21:34:26 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-26 21:34:26 -0800 |
| commit | 36fea7f15ed17150691b5b3ead75450e575229ef (patch) | |
| tree | 883ec076d7abe7683231244d27ca2c603ffcf031 /parallelize.py | |
| parent | a0c6b6c28214e0f5167bc25690ada5d83d933086 (diff) | |
Ran black code formatter on everything.
Diffstat (limited to 'parallelize.py')
| -rw-r--r-- | parallelize.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/parallelize.py b/parallelize.py index 698a7ec..98f883c 100644 --- a/parallelize.py +++ b/parallelize.py @@ -15,7 +15,9 @@ class Method(Enum): def parallelize( - _funct: typing.Optional[typing.Callable] = None, *, method: Method = Method.THREAD + _funct: typing.Optional[typing.Callable] = None, + *, + method: Method = Method.THREAD ) -> typing.Callable: """Usage: |
