diff --git a/covalent_hpc_plugin/hpc.py b/covalent_hpc_plugin/hpc.py index 37029a4..46104f1 100644 --- a/covalent_hpc_plugin/hpc.py +++ b/covalent_hpc_plugin/hpc.py @@ -104,7 +104,7 @@ class JobAttributesHint(TypedDict): Reference: https://exaworks.org/psij-python/docs/v/0.9.0/.generated/psij.html#psij.JobAttributes """ - duration: datetime.timedelta | int | float + duration: datetime.timedelta | int | float # in minutes when type int | float queue_name: str | None project_name: str | None reservation_id: str | None