diff options
| author | Scott <[email protected]> | 2022-01-26 21:35:20 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-26 21:35:20 -0800 |
| commit | e6f32fdd9b373dfcd100c7accb41f57d83c2f0a1 (patch) | |
| tree | eea4985bc43238fbd070c783441f08988f581973 /parallelize.py | |
| parent | 36fea7f15ed17150691b5b3ead75450e575229ef (diff) | |
Ahem. Still running black?
Diffstat (limited to 'parallelize.py')
| -rw-r--r-- | parallelize.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/parallelize.py b/parallelize.py index 98f883c..698a7ec 100644 --- a/parallelize.py +++ b/parallelize.py @@ -15,9 +15,7 @@ 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: |
