Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Optional instead of union operation
The `foo|None` is the preferred way of doing this since Python 3.10 but RHEL9 still runs Python 3.9 and therefore we need to use `Optional` to preserve backward compatibility.
- Loading branch information