Skip to content

Commit 997c61c

Browse files
authored
Update test_scheduling_information.py
@RamonAra209, I moved the import of JobAttributes into a separate line and commented it out so that we don't get an unused import error. Since lines have shifted, please check that this is ok when included in the documentation.
1 parent 770a6fc commit 997c61c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/getting_started/test_scheduling_information.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
from psij import Job, JobSpec, JobExecutor, ResourceSpecV1, JobAttributes
1+
from psij import Job, JobSpec, JobExecutor, ResourceSpecV1
2+
# from psij import JobAttributes
23
from executor_test_params import ExecutorTestParams
34

45

0 commit comments

Comments
 (0)