mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
run black
This commit is contained in:
@@ -20,7 +20,9 @@ import ifcopenshell.util.date
|
||||
|
||||
|
||||
class Usecase:
|
||||
def __init__(self, file, rel_sequence=None, lag_value=None, duration_type="WORKTIME"):
|
||||
def __init__(
|
||||
self, file, rel_sequence=None, lag_value=None, duration_type="WORKTIME"
|
||||
):
|
||||
"""Assign a lag time to a sequence relationship between tasks
|
||||
|
||||
A task sequence (e.g. finish to start) may optionally have a lag time
|
||||
|
||||
Reference in New Issue
Block a user