diff options
| author | Scott <[email protected]> | 2021-12-06 15:43:17 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2021-12-06 15:43:17 -0800 |
| commit | ba223f821df1e9b8abbb6f6d23d5ba92c5a70b05 (patch) | |
| tree | 637aa43cfa5049ddf07eea3c2ec9ff51ec1be2d8 /lockfile.py | |
| parent | 4f11c12a1afb209eb1ba52a4632c5f49234cc0dc (diff) | |
Move stuff around.
Diffstat (limited to 'lockfile.py')
| -rw-r--r-- | lockfile.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lockfile.py b/lockfile.py index 1e0516b..b6a832e 100644 --- a/lockfile.py +++ b/lockfile.py @@ -37,7 +37,6 @@ class LockFile(object): # some logic for detecting stale locks. """ - def __init__( self, lockfile_path: str, |
