Skip to content

Commit a24e04b

Browse files
committed
linting
1 parent df87940 commit a24e04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/psij/job_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ def _init_job_spec_dict(self) -> Dict[str, Any]:
108108
@property
109109
def environment(self) -> Optional[Dict[str, str]]:
110110
"""Set job environment.
111+
111112
The property setter will typecheck the provided env dictionary - only
112113
`Dict[str:str]` types are allowed.
113114
"""
114-
115115
return self._environment
116116

117117
@environment.setter

0 commit comments

Comments
 (0)