diff options
| author | Scott Gasch <[email protected]> | 2022-05-31 15:36:40 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-05-31 15:36:40 -0700 |
| commit | 02302bbd9363facb59c4df2c1f4013087702cfa6 (patch) | |
| tree | 938e51338678416afc891d2839c2ee8dd341f34d /remote_worker.py | |
| parent | f3dbc7dc19ba5703f8f5aa9bf8af3c491b3510f6 (diff) | |
Improve docstrings for sphinx.
Diffstat (limited to 'remote_worker.py')
| -rwxr-xr-x | remote_worker.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remote_worker.py b/remote_worker.py index 8aef1de..8bc2540 100755 --- a/remote_worker.py +++ b/remote_worker.py @@ -4,7 +4,6 @@ """A simple utility to unpickle some code, run it, and pickle the results. - """ import logging |
