Skip to content

Commit 1bf70ca

Browse files
committed
try to make mypy happy
1 parent 6d49995 commit 1bf70ca

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
@@ -153,7 +153,7 @@ def name(self, value: Optional[str]) -> None:
153153
self._name = value
154154

155155
@property
156-
def environment(self) -> Optional[Dict[str, Union[str, int]]]:
156+
def environment(self) -> Optional[Dict[str, str]]:
157157
"""Return the environment dict."""
158158
return self._environment
159159

0 commit comments

Comments
 (0)