Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(interfaces): resolve str | Path union to str
```pytb WARNING type_engine.py:482 - Field reports_processed_path of type str | pathlib.Path cannot be converted to a literal type. Error: Type of Generic Union type is not supported, type object 'Path' has no attribute 'extension' WARNING type_engine.py:482 - Field models_path of type str | pathlib.Path cannot be converted to a literal type. Error: Type of Generic Union type is not supported, type object 'Path' has no attribute 'extension' ``` Signed-off-by: Cameron Smith <[email protected]>
- Loading branch information