spack.util.lock: add type-hints, remove **kwargs in method signatures (#39011)
This commit is contained in:

committed by
GitHub

parent
3a565c66e9
commit
50b90e430d
@@ -214,6 +214,7 @@ class Lock:
|
||||
def __init__(
|
||||
self,
|
||||
path: str,
|
||||
*,
|
||||
start: int = 0,
|
||||
length: int = 0,
|
||||
default_timeout: Optional[float] = None,
|
||||
|
Reference in New Issue
Block a user