Skip to content

Commit

Permalink
switch to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed Sep 17, 2024
1 parent dde6f5c commit eafaaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_files/unittestadapter/pvsc_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class CoveragePayloadDict(Dict):

coverage: bool
cwd: str
result: dict[str, FileCoverageInfo] | None
result: Optional[dict[str, FileCoverageInfo]]
error: str | None # Currently unused need to check


Expand Down

0 comments on commit eafaaa3

Please sign in to comment.