diff options
| author | Scott <[email protected]> | 2022-01-26 21:50:11 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-26 21:50:11 -0800 |
| commit | 435701f95aed73615a192c1e35c99df679817105 (patch) | |
| tree | d0db8962c88e941fbf4b6cd9b3d0225584ac564c /parallelize.py | |
| parent | bddea36b81ea326fccfa27ef0bae2a80ba1041fd (diff) | |
Another formatter test, whee...
Diffstat (limited to 'parallelize.py')
| -rw-r--r-- | parallelize.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parallelize.py b/parallelize.py index 698a7ec..cd3eff4 100644 --- a/parallelize.py +++ b/parallelize.py @@ -2,6 +2,7 @@ """A decorator to help with dead simple parallelization.""" + import atexit from enum import Enum import functools |
