Skip to content

Commit

Permalink
try to make mypy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-merzky committed Jan 15, 2024
1 parent 6d49995 commit 1bf70ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psij/job_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def name(self, value: Optional[str]) -> None:
self._name = value

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

Expand Down

0 comments on commit 1bf70ca

Please sign in to comment.