Move stuff around.
[python_utils.git] / lockfile.py
index 1e0516bf75a340b4a15629141cdfbfb83fc3485c..b6a832ee0e3a9c5eadb27cc3b1955538fb49c345 100644 (file)
@@ -37,7 +37,6 @@ class LockFile(object):
         # some logic for detecting stale locks.
 
     """
-
     def __init__(
             self,
             lockfile_path: str,